oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

OAuth 2.0 server library for the Go programming language.

Results 111 oauth2 issues
Sort by recently updated
recently updated
newest added
trafficstars

How to use third-party HTTP servers like Gin or Echo instead basic http package with this library? Thanks in advance!

Hello, I have correctly implemented RedisStore for OAuth2 server implementation based on this library. However, checking Redis, I noticed the client_id and secrets are being stored in plain text. How...

The client ID and Secret shown in the example are modified as follows me, and the token is not issued. my client ID / Secret info example/client.go ` clientStore :=...

I have been playing around with the provided example. However, I'm trying to implement it using http2 and tls. It doesn't work when its about to request the access token...

This potentially breaks things but I needed more information in my version. I am managing a fork for this. Also added .editorconfig so it's clear what type of line endings...

What is the kid parameter supposed to be and how is it supposed to be used. It's rather ambiguous. It looks like from the RFC it's meant to be a...

Hi . I already set AccessTokenExp to 0 for SetClientTokenCfg , but TokenStoreGC remove the token record. How can I resolve this problem? Thanks.

1. If favicon is missing, Chrome and Firefox still insist on finding it. 2. Add comment clarifying the use of ReturnUri session value.

Hello, We've been testing this library for a future project but there are a few things that we'd need to add: 1. The ability to configure a separate expiration duration...

Is there a configuration to avoid issuing new tokens to the same user credentials and reuse existing valid tokens instead?.