package
0.0.0-20211118052253-4806e31e4f6b
Repository: https://github.com/inklabs/goauth2.git
Documentation: pkg.go.dev

# Functions

New constructs an webApp.
WithCSRFAuthKey is a functional option to inject a CSRF authentication key.
WithGoAuth2App is a functional option to inject a goauth2.App.
WithHost is a functional option to inject a tcp4 host.
WithSessionKeyPair is a functional option to inject a session key pair.
WithTemplateFS is a functional option to inject a fs.FS.
WithUUIDGenerator is a functional option to inject a shortuuid.Generator.

# Constants

No description provided by the author
No description provided by the author

# Structs

AccessTokenResponse holds the JSON response for an access token.
No description provided by the author
SessionKeyPair holds the keys for a secure cookie session.

# Type aliases

Option defines functional option parameters for webApp.
SavedEvents contains events that have been persisted to the event store.