# Functions
No description provided by the author
WithAuth supplies the authn and jwt config for the server.
WithCacheHeaders sets up the cache control headers for the server.
WithConfigProvider supplies the config for the server.
WithCORS sets up the CORS middleware for the server.
WithEmailConfig sets up the email config to be used to send emails to users on registration, password reset, etc.
WithEntitlements sets up the entitlements client for the server which currently only supports stripe.
WithGeneratedKeys will generate a public/private key pair that can be used for jwt signing.
WithGraphRoute adds the graph handler to the server.
WithHTTPS sets up TLS config settings for the server.
WithMiddleware adds the middleware to the server.
No description provided by the author
WithOTP sets up the OTP provider.
WithRateLimiter sets up the rate limiter for the server.
WithReadyChecks adds readiness checks to the server.
WithRedirects sets up the redirects for the server.
WithSecureMW sets up the secure middleware for the server.
WithSessionManager sets up the default session manager with a 10 minute ttl with persistence to redis.
WithSessionMiddleware sets up the session middleware for the server.
WithTokenManager sets up the token manager for the server.
# Structs
LevelNameHook is a hook that sets the level name field to "info" if the level is not set.
No description provided by the author
# Interfaces
No description provided by the author