openid_client_fork 0.5.1 openid_client_fork: ^0.5.1 copied to clipboard
Fork of openid_client
Changelog #
0.5.1 #
- Allow External Code Validation
0.5.0 #
- Initial Release of openid_client_fork
0.4.1 #
- Bugfixes
0.4.0 #
- Null safety
0.3.1 #
- Fix not using Client's httpClient for getTokenResponse
0.3.0 #
- Add http.Client arguments
- Breaking change:
clientSecret
is now a named argument inClient
constructor - Add optional
forceRefresh
argument togetTokenResponse
- Add
fromJson
andtoJson
toCredential
- Add
revoke
method toCredential
- Add
generateLogoutUrl
method toCredential
0.2.5 #
- Add jwtBearer flow for grant_type
urn:ietf:params:oauth:grant-type:jwt-bearer
- Added
getTokenResponse
method - Added
createHttpClient
method
0.2.4 #
- Allow only signing algorithms specified in
id_token_signing_alg_values_supported
parameter of issuer metadata
0.2.1 #
- Fix Authorization Code PKCE flow
0.2.0 #
- Dart 2/flutter compatibility
0.1.0 #
- Initial version