redis
redis copied to clipboard
Redis storage for OAuth 2.0
When refresh token expiration time is 0, which means unlimited, the access token expiration should keep its original value.
When Oauth2 does not modify the refresh_token, it will continue to refresh the access_token, and the data in redis will continue to increase. Although these data have TTL, if the...
error in go get or go build `go get -u -v gopkg.in/go-oauth2/redis.v3` `# gopkg.in/go-oauth2/redis.v3 ..\..\gopath\pkg\mod\gopkg.in\go-oauth2\[email protected]\options.go:79:3: cannot use o.Dialer (type func(context.Context, string, string) (net.Conn, error)) as type func() (net.Conn, error) in...
This issue has been opened automaticaly because we think you are using satori/uuid in your code. Unfortunately, satori/uuid has a critical defect where it doesn't generate random UUIDV4s satori/go.uuid#73 and...
Nice @LyricTian! Your library will be shared in our next [RedisWeekly](http://redisweekly.com) :)!
Upgrade the version of go-redis to v9. This is to get past the issue where we cannot use the v9 `redis.Client` as the argument to `NewRedisStoreWithCli`. The error looks something...
We are having some dependency issues so wanted to upgrade redis dependency to V9 All tests are passing after this change === RUN TestTokenStore Test redis token store Test authorization...