package
0.0.0-20231124095642-5e89bc7031ac
Repository: https://github.com/devpies/saas-core.git
Documentation: pkg.go.dev
# Functions
NewAuthHandler returns a new authentication handler.
NewRegistrationHandler returns a new registration handler.
NewTenantHandler returns a new tenant handler.
NewWebPageHandler returns a new webpage handler.
# Variables
ErrIncorrectUsernameOrPassword represents an AWS Cognito error caused by invalid credentials.
ErrNotAuthorizedException represents an unknown AWS Cognito error effecting login.
ErrPasswordAttemptsExceeded represents an AWS Cognito error caused by exceeding allowed password attempts.
# Structs
AuthHandler contains various auth related handlers.
RegistrationHandler handles the new tenant request from the admin app.
TenantHandler handles the tenant requests.
WebPageHandler renders various webpages required for SaaS administration.