discord_oauth2 1.0.1
discord_oauth2: ^1.0.1 copied to clipboard
A lightweight, secure, and ready-to-use Flutter package to integrate Discord OAuth2 login with PKCE support.
1.0.1 #
- Moved the
scopesparameter from theDiscordSignInconstructor to thegetAuthCodemethod to allow dynamic scope requesting per authorization call. - Updated test suite, example app code, and README documentation to match the new API structure.
1.0.0 #
- Initial release of
discord_oauth2. - Fully secure PKCE (Proof Key for Code Exchange) flow generation using SHA-256 challenges.
- High-quality
<DiscordSignInButton>featuring official brand Blurple color and Discord asset logo. - Strongly typed exceptions (
DiscordAuthCancelledException,DiscordAuthFailedException,DiscordAuthCodeMissingException, andDiscordAuthNetworkException). - Seamless dynamic screen routing and layout configurations for mobile and web integration.
- Robust unit and widget test suite covering cryptographic safety, repository pipelines, and interface responsiveness.