Skip to content

Releases: ctron/yew-oauth2

v0.6.0

16 Apr 11:39
Compare
Choose a tag to compare

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

07 Oct 16:48
Compare
Choose a tag to compare

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)