oauth2
oauth2 copied to clipboard
OAuth 2.0 server library for the Go programming language.
Hi Team, I have created a basic setup for Oauth2(Password grant) using this library. Its working, but I need to add more custom claims. Currently only userid is added as...
Team, I have created an application using this go-oauth2 packages and hosted them in 2 different data centers with a load balancer is running on round robin strategy. The problem...
oauth2 now use go session version v3.1.2, the func sessionID() is like below, it catch session id from cookie default and ignore custom configuration. var cookieValue string cookie, err :=...
Can I remove a client created in NewClientStore function?
Whenever i restart the sever do i need to set clientstore again. What if i have more users? @LyricTian
Hello, Does this support XML file and Microsoft Sql Server as a store? Thank you
Team, Once my application restarts how to refill the client store or make this as persistent storage. Currently, all the credentials are stored within memory. How to manage this logic...
It would be nice to have a function that supports the behavior outlined in [RFC 7591](https://tools.ietf.org/html/rfc7591).
I'm trying to build an OAuth2 server. My access token (jwt type) server give me doesn't have iss (issuer) field. How can I add it to my token and another...