package
0.0.0-20240906071932-56bfa2c3d8f0
Repository: https://github.com/gnf-labs/millenium-lms-rest-api-backend.git
Documentation: pkg.go.dev

# Functions

GenerateJWT generates a JSON Web Token (JWT) for a user after login.
VerifyJWT verifies a JSON Web Token (JWT) and returns the claims if the token is valid.

# Structs

Claims represents the JWT claims, which includes the username and registered claims.