Hide the `oauth2_disable_csrf` setting (#41)
It can be useful for homegrown CSRF setups or while debugging but it is not secure and should only be used if you really know what you're doing.
This commit is contained in:
parent
f45cd3edf9
commit
60eeb0d338
|
@ -49,3 +49,4 @@ login:
|
|||
default: false
|
||||
oauth2_disable_csrf:
|
||||
default: false
|
||||
hidden: true
|
||||
|
|
Loading…
Reference in New Issue