Documentation ¶
Index ¶
Constants ¶
View Source
const ( OAuthBegin = "OAuthBegin" OAuthCallback = "OAuthCallback" LogOut = "LogOut" )
Variables ¶
View Source
var OAuthRoutes = rata.Routes{ {Path: "/auth/logout", Method: "GET", Name: LogOut}, {Path: "/auth/:provider/callback", Method: "GET", Name: OAuthCallback}, {Path: "/auth/:provider", Method: "GET", Name: OAuthBegin}, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.