# Functions
NewGitHubHandler returns a new Handler for GitHub.
NewHandler returns a new Handler for the selected provider.
No description provided by the author
# Structs
BaseHandler implements the generic part of a Handler.
GitHubHandler performs the OAuth handshake using GitHub as authenticator and gets the email address for the authenticated user.
No description provided by the author
# Interfaces
A Handler performs the OAuth handshake and get the email address for the authenticated user.