Skip to content

Implement user OAuth flow with Nuxt demo - #6

Open
svdberg wants to merge 1 commit into
mainfrom
codex/implement-authentication-flow-for-user-token
Open

Implement user OAuth flow with Nuxt demo#6
svdberg wants to merge 1 commit into
mainfrom
codex/implement-authentication-flow-for-user-token

Conversation

@svdberg

@svdberg svdberg commented Jun 25, 2025

Copy link
Copy Markdown
Owner

Summary

  • add helpers for OAuth authorization code flow
  • expose new helpers via package init
  • create minimal Nuxt 3 PWA with Tailwind for login and callback
  • include simple pytest verifying token exchange
  • document new frontend setup in repo README

Testing

  • python -m pytest -q tests/test_auth_flow.py (fails: ModuleNotFoundError: No module named 'requests')
  • pip install requests (fails: Tunnel connection failed: 403 Forbidden)

https://chatgpt.com/codex/tasks/task_e_685c1b9fe9e083279d4bd3744554b5b3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant