This commit is contained in:
Christian Schyma 2019-05-28 15:26:22 +02:00 committed by GitHub
parent 10e240c8bf
commit 91346df5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
At present the available backends are (as passed to `--session-store-type`):
- [cookie](cookie-storage) (deafult)
- [cookie](cookie-storage) (default)
### Cookie Storage