|
|
|
|
|
by tetraodonpuffer
3032 days ago
|
|
> JWT: Everyone tends to use these in a stateless manner which means once issued, somewhat impossible to revoke you can still do an oauth-like session + refresh token even with your own JWT implementation, just have a "refresh my session" endpoint that you go to with your refresh token (which is blacklistable), and have all the other calls be authenticated with the short-expiry stateless session token instead. |
|