v0.4.0-alpha.0
Pre-release
Pre-release
v0.4.0-alpha.0
- Added a
SignoutCallback
component. This is to be rendered at the "end session" endpoint declared by the OIDC Identity Provider. It works the same way as theCallback
component for signing in.
Note that these changes are not present in
v1.0.0
or later. See #11 to track this feature.
[Breaking Changes]
- Calling signOut from the
UserData.Consumer
component will now make a call to thesignoutRedirect()
method ofUserManager
. This requires a route to be declared at the appropriate "end session" endpoint, using theSignoutCallback
component mentioned above.