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: server/modules/authentication.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ function buildHeaders(token: string): Headers {
51
51
This can happen when:
52
52
1. First call to the API when client checks if user is authenticated - /api/_auth/session.
53
53
2. When App is not configured correctly:
54
-
- For PAT, set NUXT_PUBLIC_GITHUB_TOKEN environment variable.
54
+
- For PAT, set NUXT_GITHUB_TOKEN environment variable.
55
55
- For GitHub Auth - ensure NUXT_PUBLIC_USING_GITHUB_AUTH is set to true, NUXT_OAUTH_GITHUB_CLIENT_ID and NUXT_OAUTH_GITHUB_CLIENT_SECRET are provided and user is authenticated.`);
0 commit comments