oauth2-proxy/pkg/sessions/redis
Nick Meves b4530b9292
Allow binary values in signed cookies
Make signedValue & Validate operate on []byte
by default and not assume/cast string. Any casting
will be done from callers.
2020-06-12 14:36:58 -07:00
..
client.go Implement graceful shutdown and propagate request context (#468) 2020-04-04 16:12:38 +01:00
redis_store.go Allow binary values in signed cookies 2020-06-12 14:36:58 -07:00
redis_store_test.go Parse Redis cluster and sentinel urls (#573) 2020-05-27 18:40:50 +01:00