Skip to content

v0.4.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thchia thchia released this 11 Jan 15:18

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 the Callback 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 the signoutRedirect() method of UserManager. This requires a route to be declared at the appropriate "end session" endpoint, using the SignoutCallback component mentioned above.