-
- Downloads
- adding the ability to change the access and refresh cookies (#58)
- adding the ability to control the secure flag of the cookie - adding the ability to inject custom claims from the access token into the authenticated headers - updating the readme to reflect the changes - changed the claims option to match-claims - changed the upstream config option to upstream-url, same as command line line - changed the config options for keepalive, keepalive -> upstream-keepalives, same as command line - added the headers command line option as it was missing - updated the example config_sample.yml - adding additional unit tests where i could
Showing
- CHANGELOG.md 14 additions, 2 deletionsCHANGELOG.md
- README.md 55 additions, 7 deletionsREADME.md
- config.go 50 additions, 21 deletionsconfig.go
- config_sample.yml 16 additions, 2 deletionsconfig_sample.yml
- config_test.go 2 additions, 2 deletionsconfig_test.go
- cookies.go 13 additions, 14 deletionscookies.go
- cookies_test.go 13 additions, 6 deletionscookies_test.go
- doc.go 15 additions, 9 deletionsdoc.go
- handlers.go 57 additions, 42 deletionshandlers.go
- middleware.go 64 additions, 60 deletionsmiddleware.go
- middleware_test.go 1 addition, 1 deletionmiddleware_test.go
- server.go 2 additions, 2 deletionsserver.go
- server_test.go 3 additions, 0 deletionsserver_test.go
- session.go 9 additions, 9 deletionssession.go
- session_test.go 4 additions, 2 deletionssession_test.go
- util_test.go 48 additions, 36 deletionsutil_test.go
- utils.go 23 additions, 7 deletionsutils.go
Loading
Please register or sign in to comment