1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-12-12 11:15:02 +02:00
oauth2-proxy/pkg
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
..
apis Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
cookies Fix gofmt for changed files 2019-06-15 11:34:00 +02:00
encryption Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
logger Use ok naming convention for map presence check 2019-07-16 10:06:29 +12:00
requests Move logger to pkg/logger 2019-06-15 11:33:58 +02:00
sessions Some code improvements 2019-10-09 15:44:26 +03:00