1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-02-09 13:46:51 +02:00
Nick Meves bb5977095f
Add option to remove tokens from cookie sessions (#673)
* Add option to remove tokens from cookie sessions

* Move Minimal to be an option on CookieSession

* Add sessionOptionsDefaults helper
2020-07-14 23:02:10 +01:00
..
2019-05-09 10:48:35 +01:00
2019-10-30 09:57:24 +00:00
2019-05-09 10:48:35 +01:00
2020-07-06 12:04:16 +02:00
2020-03-29 15:40:10 +01:00
2019-08-11 16:07:03 +01:00
2019-05-09 10:48:35 +01:00
2019-05-09 10:48:35 +01:00

Docs

This folder contains our Jekyll based docs site which is hosted at https://oauth2-proxy.github.io/oauth2-proxy.

When making changes to this docs site, please test your changes locally:

docs$ make serve

To run the docs site locally you will need Ruby at version 2.5.0 or higher and bundle (gem install bundler if you already have Ruby).