oidc_core 0.6.1
oidc_core: ^0.6.1 copied to clipboard
A dart package containing models and helpers for OpenId Connect spec.
0.6.1 #
- FEAT: Support overriding the discovery document.
0.6.0+1 #
- DOCS: fixed docs link.
0.6.0 #
Note: This release has breaking changes.
- FEAT: added claimNames and claimSources to OidcUserInfoResponse.
- BREAKING CHANGE: changed nonce to get stored in secureTokens namespace.
0.5.1 #
- FEAT: added device authorization endpoint.
0.5.0+1 #
- FIX: added
userInfo
tofromIdToken
. - DOCS: added oidc_core docs and updated example.
0.5.0 #
0.4.1 #
- FEAT: add response form userInfo endpoint to the user object.
- FEAT: use package:clock for better testing.
0.4.0+1 #
- FIX: token date calculations.
0.4.0 #
Note: This release has breaking changes.
- BREAKING CHANGE: all packages.
0.3.2 #
- FEAT: support logout.
0.3.1 #
- FEAT: initial version.
0.3.0 #
- Working authorization code flow, without refresh_token support.
0.2.0 #
- FEAT: added more helpers.
0.1.0+1 #
- Added topics.
0.1.0 #
- Initial version.