Updating CORS_ENABLED to true as documentation describes

This commit is contained in:
JuanCarlosJr97
2020-11-04 08:32:18 +00:00
committed by GitHub
parent 2fc00a7842
commit 606f81dd0b

View File

@@ -27,7 +27,7 @@ const defaults: Record<string, any> = {
REFRESH_TOKEN_COOKIE_SECURE: false,
REFRESH_TOKEN_COOKIE_SAME_SITE: 'lax',
CORS_ENABLED: false,
CORS_ENABLED: true,
CACHE_ENABLED: true,
CACHE_STORE: 'memory',