//
pkg.gl
Category
github.com/handsonic123123/go_oauth2_demo
server
package
0.0.0-20250220065923-ab47939c2a30
Repository:
https://github.com/handsonic123123/go_oauth2_demo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
1
Files
212 SLOC
#
Functions
AgreeAuthHandler
若发现登录状态则提供 agree-auth.html, 否则跳转到 登陆页面.
AuthorizeHandler
授权入口, demo.html 和 agree-auth.html 按下 button 后.
GetUserInfoHandler
access token 换取用户信息.
Init
No description provided by the author
LoginHandler
登录页面的handler.
TokenHandler
code 换取 access token.
#
Structs
UserInfo
用户信息结构体.