package
0.1.1
Repository: https://github.com/bastianrob/go-oauth.git
Documentation: pkg.go.dev

# Packages

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

# Functions

Authenticate JWT Access token.
GenerateOauthStateCookie functionGenerate a state token which protects us from CSRF attackThis token is then must be set to browser's cookie and be validated upon callback.

# Constants

Context key collection.
Context key collection.

# Variables

Cookies setting.
Cookies setting.

# Interfaces

CredentialHandler interface to handle credential.

# Type aliases

ContextKey for middleware.