📄️ Authentication with Username and Password
This approach requires a username and password to generate an access and refresh token.
📄️ Access token
To receive an access token and refresh token, the /auth route will be used.
📄️ Authentication Refresh
Refreshing the access token after it expires.