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: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ As mentioned above, there are a few environment variables that can be used to co
55
55
| SESSION_SECRET | The secret used to sign the session cookie ||
56
56
| ACCESS_TOKEN_NAME | The name of the access token cookie |`_access_token`|
57
57
| ACCESS_TOKEN_SECRET | The secret used to sign the access token cookie |`secret`|
58
-
| ACCESS_TOKEN_EXPIRATION | The expiration time for the access token cookie |`15m`|
58
+
| ACCESS_TOKEN_EXPIRATION | The expiration time for the access token cookie |`15m`|
59
59
| REFRESH_TOKEN_NAME | The name of the refresh token cookie |`_refresh_token`|
60
60
| REFRESH_TOKEN_SECRET | The secret used to sign the refresh token cookie |`refresh`|
61
61
| REFRESH_TOKEN_EXPIRATION | The expiration time for the refresh token cookie |`7d`|
@@ -169,6 +169,18 @@ The Apple provider is used to authenticate users using Apple ID.
169
169
> [!NOTE]
170
170
> In order to set up this provider, you'll need to enroll in the Apple Developer Program. You can find more information [here](https://developer.apple.com/sign-in-with-apple/get-started/).
171
171
172
+
#### LDAP
173
+
174
+
The LDAP provider is used to authenticate users against an LDAP server.
0 commit comments