Versions in this module Expand all Collapse all v0 v0.0.2 Sep 11, 2018 Changes in this version + func GetAuthorizeEndpointUrl(oas OAuthServer) string v0.0.1 Jul 4, 2018 Changes in this version + type OAuthServer struct + AuthorizeEndpoint string + Host string + Port string + UserTokenInformation UserTokenInformation + func LoadFromConfig() OAuthServer + func (oauthServer *OAuthServer) Authorize(request fasthttp.Request) (string, string, error) + type ProtectionInfo struct + Cached bool + Error error + Header string + UserInfo string + type UserTokenInformation struct + Active bool + Information string + Name string + Source string v0.0.1-beta.1 Apr 12, 2018