openreader/src/app/(app)
Richard R deaacbd6f0 feat(auth): add conditional GitHub authentication support
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
2026-02-16 14:21:25 -07:00
..
app feat(auth): implement session gatekeeping and architectural reorganization 2026-02-15 11:12:42 -07:00
epub/[id] feat(auth): implement session gatekeeping and architectural reorganization 2026-02-15 11:12:42 -07:00
html/[id] feat(auth): implement session gatekeeping and architectural reorganization 2026-02-15 11:12:42 -07:00
pdf/[id] feat(auth): implement session gatekeeping and architectural reorganization 2026-02-15 11:12:42 -07:00
signin feat(auth): add conditional GitHub authentication support 2026-02-16 14:21:25 -07:00
signup refactor: improve async state and session reliability 2026-02-15 15:13:25 -07:00
layout.tsx feat(auth): add conditional GitHub authentication support 2026-02-16 14:21:25 -07:00