//
pkg.gl
Category
github.com/robert-tyssen/go-auth-jwt-demo
internal
utils
tokens
package
0.0.0-20240422234044-55d825fae797
Repository:
https://github.com/robert-tyssen/go-auth-jwt-demo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
2
Files
68 SLOC
#
Functions
CreateToken
Create a signed access token for a user, with a specified expiry time Returns the token as a string, or an error if the token could not be created.
TokenIsValid
No description provided by the author