You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/environment-variables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@
52
52
| AUTH_ACCESS_TOKEN_EXPIRES_IN | Number of seconds before the access token (JWT) expires. |`900`(15 minutes) |
53
53
| AUTH_REFRESH_TOKEN_EXPIRES_IN | Number of seconds before the refresh token expires. |`2592000` (30 days) |
54
54
| AUTH_JWT_CUSTOM_CLAIMS |||
55
+
| AUTH_JWT_CUSTOM_CLAIMS_DEFAULTS | This optional setting enables you to overwrite null custom claims with default values ||
55
56
| AUTH_WEBAUTHN_ENABLED | When enabled, passwordless Webauthn authentication can be done via device supported strong authenticators like fingerprint, Face ID, etc. | false |
56
57
| AUTH_WEBAUTHN_RP_NAME | Relying party name. Friendly name visual to the user informing who requires the authentication. Probably your app's name. ||
57
58
| AUTH_WEBAUTHN_RP_ID | Relying party id. If not set `AUTH_CLIENT_URL` will be used as a default. ||
0 commit comments