squarealfa_security library
Package containing security-related features, like JWT token handling and password hashing.
Classes
- JsonWebTokenHandler
- Generates and parses JWT tokens
- JwtPayload
- Represents the payload content of a JWT token.
- Password
- Generates salts and password hashes
- Unauthenticated
Functions
-
decodePayload(
String payloadBase64) → String