Releases: ctron/yew-oauth2
0.11.0
0.11.0-alpha.2
v0.10.2
What's Changed
- enhanced the documentation to clear up confusion about redirect_uri with no post login callback by @ronnybremer in #34
- fix duplicated query pairs from login options by @mh84 in #35
New Contributors
- @ronnybremer made their first contribution in #34
Full Changelog: v0.10.1...v0.10.2
v0.10.1
Full Changelog: v0.9.3...v0.10.1
⚠️ BREAKING-CHANGE
-
The feature named "router" got renamed to "nested-router"
-
All hooks are part of the
crate::hooks
module now.This legacy re-export was removed. -
In addition to the other configuration/option struct,this also makes the main configuration non-exhaustive. So it is no
longer possible to directly create a new struct, but use the "new"
function instead and modify the struct using thewith_*
functions. -
In order to allow adding new options in the future, the structs LoginOptions and LogoutOptions have been made
non-exhaustive. Adding some documentation on how to work with them. -
The login
options
property has been renamed tologin_options
, to make room for thelogout_options
Features
- handle post-login redirect (578b65b)
Fixes
v0.10.0
Full Changelog: v0.9.0...v0.9.1
⚠️ BREAKING-CHANGE
-
The feature named "router" got renamed to "nested-router"
-
All hooks are part of the
crate::hooks
module now.This legacy re-export was removed. -
In addition to the other configuration/option struct,this also makes the main configuration non-exhaustive. So it is no
longer possible to directly create a new struct, but use the "new"
function instead and modify the struct using thewith_*
functions. -
In order to allow adding new options in the future, the structs LoginOptions and LogoutOptions have been made
non-exhaustive. Adding some documentation on how to work with them. -
The login
options
property has been renamed tologin_options
, to make room for thelogout_options
Features
- handle post-login redirect (578b65b)
Fixes
v0.9.1
v0.9.0
v0.8.0
What's Changed
- Customizable redirect URL through LoginOptions by @Tommy-ASD in #20
New Contributors
- @Tommy-ASD made their first contribution in #20
Full Changelog: v0.7.1...v0.8.0
v0.7.0
v0.6.1
What's Changed
- Use the newly released
openidconnect
3.0.0 release instead of the pre-release version.
Full Changelog: v0.6.0...v0.6.1