mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
admin: add hint for known bug with SameSite strict and external OAuth2 providers
This commit is contained in:
parent
5ea739c8d1
commit
21517723f4
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ Define allowed algorithms and their minimum key length (use -1 to disable a type
|
|||
- `GC_INTERVAL_TIME`: **86400**: GC interval in seconds.
|
||||
- `SESSION_LIFE_TIME`: **86400**: Session life time in seconds, default is 86400 (1 day)
|
||||
- `DOMAIN`: **\<empty\>**: Sets the cookie Domain
|
||||
- `SAME_SITE`: **lax** \[strict, lax, none\]: Set the SameSite setting for the cookie.
|
||||
- `SAME_SITE`: **lax** \[strict, lax, none\]: Set the SameSite setting for the cookie. Please note, that setting this to `strict` can break the login via an external OAuth2 provider - this is a [known bug](https://codeberg.org/forgejo/forgejo/issues/1205).
|
||||
|
||||
## Picture (`picture`)
|
||||
|
||||
|
|
Loading…
Reference in a new issue