package
0.0.0-20240126165114-adaad57f60e0
Repository: https://github.com/syntelos/go-auth.git
Documentation: pkg.go.dev
# Functions
GeneratePKCEParams generates a unique PKCE challenge and verifier combination, using UUID, SHA256 encryption, and base64 URL encoding with no padding.
* 3LO authorization handler.
GetListener gets a listener on the port specified in the address.
No description provided by the author
# Constants
Failed to grant authorization code.
Authorization code successfully granted.
Loopback server endpoints.
Loopback server endpoints.
Waiting for authorization code (waiting for authorization code request to start, or for authorization code request to complete).
# Structs
AuthorizationCode represents the authorization code.
AuthorizationCodeLocalhost implements AuthorizationCodeServer.
AuthorizationCodeStatus represents the state of the authorization code.
# Interfaces
AuthorizationCodeServer represents a localhost server that handles the Loopback 3LO authorization.
# Type aliases
No description provided by the author