goLang-jwt-auth-example icon indicating copy to clipboard operation
goLang-jwt-auth-example copied to clipboard

This is an example implementation of jwt auth with goLang

Results 3 goLang-jwt-auth-example issues
Sort by recently updated
recently updated
newest added

I find it a bit odd that BOTH access and refresh tokens are submitted with every API request in a cookie. This seems reasonable, given the web consensus is that...

First up, thanks for this. I was looking for a concrete example, and here it is! > Password is SHA256 hashed on the client before being sent to the server...