pkce_generator 1.0.0 copy "pkce_generator: ^1.0.0" to clipboard
pkce_generator: ^1.0.0 copied to clipboard

A production-ready Dart package for generating PKCE (Proof Key for Code Exchange) values following RFC 7636. Supports S256 and plain code challenge methods for secure OAuth 2.0 / OpenID Connect author [...]

1.0.0 #

  • Initial release.
  • RFC 7636-compliant PKCE generation.
  • Supports S256 (SHA-256) and plain code challenge methods.
  • Cryptographically secure code verifier (110 chars, base64url).
  • Derived code challenge (43 chars, base64url, no padding) for S256.
  • Null-safe, Dart SDK ≥ 3.0.0.
1
likes
150
points
69
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready Dart package for generating PKCE (Proof Key for Code Exchange) values following RFC 7636. Supports S256 and plain code challenge methods for secure OAuth 2.0 / OpenID Connect authorization code flows.

Repository (GitHub)
View/report issues

Topics

#oauth #pkce #security #authentication

Documentation

API reference

License

MIT (license)

Dependencies

crypto

More

Packages that depend on pkce_generator