package
0.62.0
Repository: https://github.com/libregraph/lico.git
Documentation: pkg.go.dev

# Functions

NewCookieIdentityManager creates a new CookieIdentityManager from the provided parameters.
NewDummyIdentityManager creates a new DummyIdentityManager from the provided parameters.
NewEncryptionManager creates a new EncryptionManager with the provided key.
NewGuestIdentityManager creates a new GuestIdentityManager from the provided parameters.
NewIdentifierIdentityManager creates a new IdentifierIdentityManager from the provided parameters.

# Structs

CookieIdentityManager implements an identity manager which passes through received HTTP cookies to a HTTP backend..
DummyIdentityManager implements an identity manager which always grants access to a fixed user id.
EncryptionManager implements string encryption functions with a key.
GuestIdentityManager implements an identity manager for guest users.
IdentifierIdentityManager implements an identity manager which relies on Konnect its identifier to provide identity.