What’s the best format or way to generate a short-lived access token?
I’m creating a fairly basic authentication mechanism with username and password. The auth flow is essentially:
User inputs their username and password
On the client side the password is hashed
The client sends the username and hashed pass…