auth_token_generator
A Dart package for generating and validating bearer tokens using HMAC-SHA256 encryption.
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Too new to tell
only 2 release windows
Most releases are documented
notes for 3 of 4 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
4 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Mar 2024 to Jan 2025
2025
2026
Releases
latest 4-
1.2.002 Jan 2025Release notes
Open source →- Added
generateRefreshTokenmethod for creating refresh tokens with a configurable expiration time. - Added
validateRefreshTokenmethod to validate refresh tokens specifically. - Added
generateTokenWithCustomClaimsmethod for generating tokens with custom claims. - Updated the README with examples for the newly added methods.
- Improved documentation and inline comments for clarity.
- Added
-
1.1.130 Dec 2024Nothing published for this version
-
1.1.030 Dec 2024Release notes
Open source →- Added
decodeBearerTokenmethod for decoding tokens without validating the signature. - Added
isTokenExpiredmethod to check if a token is expired based on itsexpclaim. - Updated the README with usage examples for all methods in the
AuthTokenGeneratorclass.
- Added
-
1.0.012 Mar 2024Release notes
Open source →- Initial version of
auth_token_generator. - Implemented methods for generating and validating bearer tokens using HMAC-SHA256 encryption.
- Included methods for extracting user IDs and verifying token expiration.
- Initial version of