jaguar_jwt 1.1.5 jaguar_jwt: ^1.1.5 copied to clipboard
Provides JWT utilities for Dart including issuing a token, verifing a token and parsing a token.
Changelog #
0.3.9 #
- Fixed expiry being offset rather than time
0.3.7 #
- Fixed bug regarding expiry comparing with local time
0.3.6 #
- Fixed bug regarding signatures without padding
0.3.5 #
- All times are in UTC
0.3.4 #
- Fixed
iat
(issued at) field
0.3.0 #
- Simplified interface!
issueJwtHS256
function to issue a JWT HS256 based tokenverifyJwtHS256Signature
to verify the signature and structure of JWT token