# 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.