1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-15 00:15:15 +02:00

Completed user and account packages, extracted user_account code to independent package

This commit is contained in:
Lee Brown
2019-06-22 17:48:44 -08:00
parent 1886bf1570
commit efaeeb7103
13 changed files with 3897 additions and 322 deletions

View File

@ -50,7 +50,6 @@ type Authenticator struct {
parser *jwt.Parser
}
// NewAuthenticator creates an *Authenticator for use.
// key expiration is optional to filter out old keys
// It will error if: