Hanko Beta v0.2.0
Aka Introducing the Hanko JavaScript Frontend SDK.
Using the Hanko API has now become much easier with the introduction of our frontend SDK. The most common use cases (for now) are retrieving information about or creating a(nother) passkey for the authenticated user. We also updated the example app to make use of the SDK and added a "Create a passkey" button to the /secured page.
Our OpenAPI specification (docs/spec/api.yaml) has been reworked from scratch and is now on par with the backend.
What's changed
- feat(hanko-frontend-sdk): introduce separated frontend sdk package by @bjoern-m in #181
- hanko-js switch to new sdk by @bjoern-m in #189
- chore: rename hanko-js folder by @bjoern-m in #215
- Feat example app frontend sdk integration by @bjoern-m in #224
- docs(api-spec): update spec by @lfleischmann in #197
- feat(jwk): make explicit public jwks are used for verifying signatures by @lfleischmann in #207
- docs(api-spec): webauthn login initialization adjustments by @lfleischmann in #223
- fix(e2e): playwright loader error by @lfleischmann in #186
- refactor(backend): remove unused ApiError dto by @lfleischmann in #187
- fix: do not serialize credential transports to json by @lfleischmann in #193
- docs(backend): document min_password_length config option by @lfleischmann in #194
- fix(jwk): remove conflicting order by clause when retriving last jwt … by @lfleischmann in #198
- update in vocabulary by @LucidSamuel in #175
- Small wording changes by @FlxMgdnz in #202
New contributors
- @LucidSamuel made their first contribution in #175
Full changelog: v0.1.1...v0.2.0