oauth2-proxy/pkg/sessions
Kirill Motkov e64e6fa514 Some code improvements
* Remove shadowing of predeclared identifier: new.
* strings.ReplaceAll instead of strings.Replace with -1.
* Change strings.ToLower comparison to strings.EqualFold.
* Rewrite if-else-if-else chain as a switch.
2019-10-09 15:44:26 +03:00
..
cookie Some code improvements 2019-10-09 15:44:26 +03:00
redis Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
utils Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
session_store_test.go Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
session_store.go Simplify redis store options 2019-06-05 00:10:51 -07:00