openid_client 0.4.0-nullsafety.1 copy "openid_client: ^0.4.0-nullsafety.1" to clipboard
openid_client: ^0.4.0-nullsafety.1 copied to clipboard

outdated

Library for working with OpenID Connect and implementing clients.

Changelog #

0.4.0-nullsafety.1 #

  • 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 in Client constructor
  • Add optional forceRefresh argument to getTokenResponse
  • Add fromJson and toJson to Credential
  • Add revoke method to Credential
  • Add generateLogoutUrl method to Credential

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
85
likes
0
pub points
96%
popularity

Publisher

verified publisherappsup.be

Library for working with OpenID Connect and implementing clients.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, http, jose, logging, meta, pointycastle

More

Packages that depend on openid_client