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: update session handling #2722

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

OAuth refactor: update session handling #2722

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

  • ClaimsResult is a dataclass structure produced by a parser class that encodes the algorithm and types more explicitly.
  • The Session wrapper is used internally by cdt_identity, and as the interface to communicate configuration and results between cdt_identity and benefits.

Acceptance criteria

  • Benefits configuration from the new models is used to initialize the cdt_identity Session wrapper
  • Benefits session handling incorporates usage of the cdt_identity Session wrapper (.e.g for claims)
@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