package
0.0.0-20241110073606-4e83cfb2b25e
Repository: https://github.com/janbaer/github-oauth-bridge.git
Documentation: pkg.go.dev

# Functions

AuthCodeURL creates the url to redirect to Github to start authentication.
Exchange - Sends the code to Github to return the AccessToken.

# Type aliases

AuthCodeURLFunc is an adapter for the AuthCodeURL function.
ExchangeFunc is an adapter for the Exchange function.