Versions in this module Expand all Collapse all v0 v0.1.7 Jun 2, 2026 Changes in this version + const FormValueOAuth2Redir + const FormValueOAuth2State + const OAuth2Email + const OAuth2Name + const OAuth2UID + func FacebookUserDetails(ctx context.Context, cfg oauth2.Config, token *oauth2.Token) (map[string]string, error) + func GoogleUserDetails(ctx context.Context, cfg oauth2.Config, token *oauth2.Token) (map[string]string, error) + type OAuth2 struct + func (o *OAuth2) End(w http.ResponseWriter, r *http.Request) error + func (o *OAuth2) Init(ab *authboss.Authboss) error + func (o *OAuth2) Start(w http.ResponseWriter, r *http.Request) error + type RMTrue struct + func (RMTrue) GetShouldRemember() bool