openidconnect 1.0.9+1
openidconnect: ^1.0.9+1 copied to clipboard
OpenIdConnect library for flutter.
1.0.9+1 #
- Fixed bug in client on process startup
1.0.8 #
- Change how the client library is instantiated using the static future: OpenIdConnectClient.create to ensure that everything is initialized. This will prepare for handling web logins that use a redirect loop instead of a popup window and any other platform specific initialization code as necessary.
- Enables interactive login processStartup call for the interface.
1.0.7+1 #
- Bug fix
1.0.7 #
- Add currentEvent Property to the client
1.0.6 #
- TODO: Describe initial release.