github teamhanko/hanko backend/v2.2.0
Hanko 2.2: PKCE

latest releases: @teamhanko/hanko-elements@2.3.0, @teamhanko/frontend-sdk@2.3.0, backend/v2.3.0...
one month ago

PKCE (Proof Key for Code Exchange)

The main feature of this release is PKCE support for 3rd-party OAuth flows of the Hanko API. When using Hanko with a mobile app, the oauth_state cookie might not be stored, so the thirdparty_oauth action now accepts a code_verifier. When the code_verifier ist set, the state cookie is optional, but the code_verifier is required when exchanging the Hanko token with the exchange_token action.

What's Changed

Full Changelog: backend/v2.1.1...backend/v2.2.0

Don't miss a new hanko release

NewReleases is sending notifications on new releases.