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

Modify UseAuthentication middleware to support sessions #291

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

asmahood
Copy link
Member

@asmahood asmahood commented Jul 3, 2024

Updates the UseAuthentication middleware to add optional support for
session based authentication. The old JWT based authentication is still
in the middleware, and will be removed once the webapp has been updated
to support session based authentication.

Closes #275

Updates the UseAuthentication middleware to add optional support for
session based authentication. The old JWT based authentication is still
in the middleware, and will be removed once the webapp has been updated
to support session based authentication.

Closes #275
@asmahood asmahood added type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development labels Jul 3, 2024
@asmahood asmahood self-assigned this Jul 3, 2024
@asmahood asmahood merged commit 175e6d1 into develop Jul 4, 2024
1 check passed
@asmahood asmahood deleted the 275-update-authentication-middleware branch July 4, 2024 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update UseAuthentication middleware to support sessions
1 participant