You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Currently
benefits.oauth
defines a URLConfbenefits.urls
URLConf includes thebenefits.oauth
URLConf under the prefixoauth/
Refactor
cdt_identity
defines a URLConfbenefits
should simply register the routes fromcdt_identity
Acceptance criteria
cdt_identity.urls
are included in the top-levelbenefits.urls
under the prefixoauth/
cdt_identity
are applied at this stageThe text was updated successfully, but these errors were encountered: