first commit
This commit is contained in:
@@ -33,7 +33,6 @@ type Session struct {
|
||||
const ContextUserIDKey = "userID"
|
||||
const ContextEmailKey = "userEmail"
|
||||
const ContextNameKey = "userName"
|
||||
const ContextAdminKey = "admin"
|
||||
|
||||
// Interface définie ici car c'est un port propre au cas d'usage "auth"
|
||||
type Authenticator interface {
|
||||
|
||||
Reference in New Issue
Block a user