Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServiceAccountsStore ¶
func NewServiceAccountsStore( database *mongo.Database, ) (authn.ServiceAccountsStore, error)
NewServiceAccountsStore returns a MongoDB-based implementation of the authn.ServiceAccountsStore interface.
func NewSessionsStore ¶
func NewSessionsStore(database *mongo.Database) (authn.SessionsStore, error)
NewSessionsStore returns a MongoDB-based implementation of the authn.SessionsStore interface.
func NewUsersStore ¶
func NewUsersStore(database *mongo.Database) (authn.UsersStore, error)
NewUsersStore returns a MongoDB-based implementation of the authn.UsersStore interface.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.