mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Allow returning refresh token in json or cookie
This commit is contained in:
@@ -32,14 +32,16 @@ STORAGE_DIGITALOCEAN_BUCKET="my-files"
|
||||
STORAGE_DIGITALOCEAN_REGION="ams3"
|
||||
|
||||
####################################################################################################
|
||||
# Auth
|
||||
# Security
|
||||
|
||||
SECRET="abcdef"
|
||||
ACCESS_TOKEN_TTL="15m"
|
||||
REFRESH_TOKEN_TTL="7d"
|
||||
REFRESH_TOKEN_COOKIE_SECURE="false"
|
||||
REFRESH_TOKEN_COOKIE_SAME_SITE="Lax"
|
||||
|
||||
####################################################################################################
|
||||
# SSO (oAuth) Providers
|
||||
# SSO (OAuth) Providers
|
||||
|
||||
OAUTH_PROVIDERS="github, facebook"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user