You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-07-17 01:52:30 +02:00
fix typo
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user