Implement a check for GitHub OAuth credentials to conditionally render the GitHub sign-in button. This ensures the UI accurately reflects available authentication methods based on environment configuration. - Add `isGithubAuthEnabled` utility to verify server-side credentials - Propagate GitHub auth status through context providers to the UI - Conditionally display the GitHub sign-in button in the sign-in page - Update documentation and examples to use hex encoding for `AUTH_SECRET` - Add unit tests for the new GitHub authentication configuration logic |
||
|---|---|---|
| .. | ||
| audiobook-scope.spec.ts | ||
| audiobook.spec.ts | ||
| audiobooks-blobstore.spec.ts | ||
| auth-config.spec.ts | ||
| docstore.spec.ts | ||
| document-cache.spec.ts | ||
| document-previews-render.spec.ts | ||
| nlp.spec.ts | ||
| sha256.spec.ts | ||
| transfer-user-documents.spec.ts | ||