openid_client 0.3.0
openid_client: ^0.3.0 copied to clipboard
Library for working with OpenID Connect and implementing clients.
Changelog #
0.3.0 #
- Add http.Client arguments
- Breaking change:
clientSecretis now a named argument inClientconstructor - Add optional
forceRefreshargument togetTokenResponse - Add
fromJsonandtoJsontoCredential - Add
revokemethod toCredential - Add
generateLogoutUrlmethod toCredential
0.2.5 #
- Add jwtBearer flow for grant_type
urn:ietf:params:oauth:grant-type:jwt-bearer - Added
getTokenResponsemethod - Added
createHttpClientmethod
0.2.4 #
- Allow only signing algorithms specified in
id_token_signing_alg_values_supportedparameter of issuer metadata
0.2.1 #
- Fix Authorization Code PKCE flow
0.2.0 #
- Dart 2/flutter compatibility
0.1.0 #
- Initial version