squarealfa_security library

Package containing security-related features, like JWT token handling and password hashing.

Classes

FirebaseTokenHandler
JsonWebTokenHandler
Generates and parses JWT tokens
JwtPayload
Represents the payload content of a JWT token.
Password
Generates salts and password hashes
Unauthenticated
Unauthorized

Functions

decodeB64Json(String payloadBase64) String