go-oauth2 / oauth2

OAuth 2.0 server library for the Go programming language.
https://pkg.go.dev/github.com/go-oauth2/oauth2/v4
MIT License
3.31k stars 563 forks source link

hwo to store user info #204

Closed lhz1165 closed 2 years ago

lhz1165 commented 2 years ago

if user1 in client1 login server and success,server will return token. if i want ro get the deatils of user1,how cloud i do