1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-17 01:52:30 +02:00
This commit is contained in:
Christian Schyma
2019-05-28 15:26:22 +02:00
committed by GitHub
parent 10e240c8bf
commit 91346df5ac

View File

@ -15,7 +15,7 @@ The OAuth2 Proxy uses a Cookie to track user sessions and will store the session
data in one of the available session storage backends. data in one of the available session storage backends.
At present the available backends are (as passed to `--session-store-type`): At present the available backends are (as passed to `--session-store-type`):
- [cookie](cookie-storage) (deafult) - [cookie](cookie-storage) (default)
### Cookie Storage ### Cookie Storage