Releases: ctron/yew-oauth2
Releases · ctron/yew-oauth2
v0.6.0
What's Changed
- Add
audience
config option by @anssip in #15
- Migrated to version 3.x of
openidconnect
, which now supports WASM directly. The old patched version can now be dropped.
New Contributors
Full Changelog: v0.5.0...v0.6.0
0.4.0
v0.4.0 (2022-10-07)
⚠ BREAKING CHANGE
- This change requires a few changes in the API.Migration should be simple though.
Features
- #6 Allow routes to enforce a session by redirecting (cad5f47)
Fixes
- clean up some clippy comments (960a444)
- make oauth2 work again (81c870f)