branca icon indicating copy to clipboard operation
branca copied to clipboard

:key: Secure alternative to JWT. Authenticated Encrypted API Tokens for Go.

Results 1 branca issues
Sort by recently updated
recently updated
newest added

I want to refresh tokens every other day before they expire, to do this I'll probably need to get a timestamp from the token string somehow. The decoder doesn't expose...