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

Auth middleware updated #9870

Merged
merged 13 commits into from
Nov 12, 2024
Merged

Auth middleware updated #9870

merged 13 commits into from
Nov 12, 2024

Conversation

Rotorsoft
Copy link
Contributor

Link to Issue

Closes: #9869

Description of Changes

  • All secured schemas changed to support context schemas

"How We Fixed It"

Test Plan

  • pass units

Deployment Plan

Other Considerations

@Rotorsoft Rotorsoft marked this pull request as draft November 8, 2024 21:41
@Rotorsoft Rotorsoft marked this pull request as ready for review November 9, 2024 19:44
Copy link
Collaborator

@timolegros timolegros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice. It does make me a little nervous to refactor the entire auth system (again lol) - might be a good time to add auth-related tests for relevant entities (where missing). That said, given the scope of this PR I'm ok with merging this quickly to avoid conflicts and following up with more auth-related tests after (though in the same release).

@Rotorsoft Rotorsoft merged commit 84745a8 into master Nov 12, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor existing auth into a more generic middleware with strong typed input and context schemas
4 participants