package
0.0.0-20241205000123-2a1f230b9eed
Repository: https://github.com/openmultiplayer/web.git
Documentation: pkg.go.dev
# Functions
GetAuthenticationInfo extracts auth info from a request context and, if not present, will write a 500 error to the response and return not-ok.
GetAuthenticationInfoFromContext pulls out auth data from a request context.
No description provided by the author
No description provided by the author
New initialises a new authentication service.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
Cookie represents the data structure that is stored inside the securecookie value.
No description provided by the author
No description provided by the author
Info represents data that is extracted from the path, validated against auth and stored in request context.
State stores state for performing authentication.
# Interfaces
OAuthProvider describes a type that can provide an OAuth2 authentication method for users.