# Functions

This function generates a refresh token based on the username and the fiber context.
this functions generates a new Keypair for JWT signing.

# Structs

This implements the RSA keypair needed to sign JWT.

# Interfaces

this interface provides the scheme to generate JWT access token.
this interface provides the scheme to validate JWT access token.