Skip to content

Add comprehensive OAuth Device Code Grant implementation specification#52

Merged
NateEaton merged 1 commit into
mainfrom
claude/fix-auth-json-error-hfJGE
Feb 11, 2026
Merged

Add comprehensive OAuth Device Code Grant implementation specification#52
NateEaton merged 1 commit into
mainfrom
claude/fix-auth-json-error-hfJGE

Conversation

@NateEaton

Copy link
Copy Markdown
Owner

This addresses the authentication error caused by Readeck 0.22 removing the
/auth endpoint in favor of OAuth 2.0.

Added:

  • Complete technical specification covering all aspects of OAuth Device Code
    Grant implementation including API endpoints, data models, architecture
    changes, UI/UX flows, error handling, testing strategy, and security
    considerations
  • Detailed implementation code with production-ready examples for
    OAuthDeviceAuthorizationUseCase, UserRepositoryImpl updates, LoginViewModel,
    and DeviceAuthorizationDialog Compose UI
  • 10-14 day implementation timeline with phased approach
  • Complete API reference with request/response examples
  • String resources and localization requirements per CLAUDE.md

The OAuth Device Code Grant flow is recommended for mobile apps and provides
a user-friendly experience where users authenticate via browser on any device
while the app polls for authorization completion.

https://claude.ai/code/session_01EpXKAQuPuHvanQNqUcEB8t

This addresses the authentication error caused by Readeck 0.22 removing the
/auth endpoint in favor of OAuth 2.0.

Added:
- Complete technical specification covering all aspects of OAuth Device Code
  Grant implementation including API endpoints, data models, architecture
  changes, UI/UX flows, error handling, testing strategy, and security
  considerations
- Detailed implementation code with production-ready examples for
  OAuthDeviceAuthorizationUseCase, UserRepositoryImpl updates, LoginViewModel,
  and DeviceAuthorizationDialog Compose UI
- 10-14 day implementation timeline with phased approach
- Complete API reference with request/response examples
- String resources and localization requirements per CLAUDE.md

The OAuth Device Code Grant flow is recommended for mobile apps and provides
a user-friendly experience where users authenticate via browser on any device
while the app polls for authorization completion.

https://claude.ai/code/session_01EpXKAQuPuHvanQNqUcEB8t
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@NateEaton NateEaton merged commit 4a8ef70 into main Feb 11, 2026
3 checks passed
@NateEaton NateEaton deleted the claude/fix-auth-json-error-hfJGE branch February 20, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants