Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth refactor: wire up cdt_identity URLs #2724

Open
3 tasks
thekaveman opened this issue Mar 7, 2025 · 0 comments
Open
3 tasks

OAuth refactor: wire up cdt_identity URLs #2724

thekaveman opened this issue Mar 7, 2025 · 0 comments
Labels
back-end Django views, sessions, middleware, models, migrations etc. chore Chores and tasks for code cleanup, dev experience, etc.

Comments

@thekaveman
Copy link
Member

Currently

Refactor

  • cdt_identity defines a URLConf
  • benefits should simply register the routes from cdt_identity

Acceptance criteria

  • Routes from cdt_identity.urls are included in the top-level benefits.urls under the prefix oauth/
  • The custom hooks defined earlier are injected into the views at this stage
  • Any middleware wrappers needed for individual view functions in cdt_identity are applied at this stage
@thekaveman thekaveman added back-end Django views, sessions, middleware, models, migrations etc. chore Chores and tasks for code cleanup, dev experience, etc. labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Django views, sessions, middleware, models, migrations etc. chore Chores and tasks for code cleanup, dev experience, etc.
Projects
Status: Todo
Development

No branches or pull requests

1 participant