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

feature: improve and extend auth middleware #26

Merged
merged 3 commits into from
Nov 6, 2024

Conversation

lucasmenendez
Copy link
Contributor

After code review, there is no need to implement a helper or make the verification endpoint public, because it already is. Simply extend the current auth middleware to enforce that user accounts have been verified in order to perform any operation that requires it.

It closes #25

@lucasmenendez lucasmenendez added the enhancement New feature or request label Nov 6, 2024
@lucasmenendez lucasmenendez self-assigned this Nov 6, 2024
Copy link
Member

@emmdim emmdim left a comment

Choose a reason for hiding this comment

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

LGTM

@lucasmenendez lucasmenendez merged commit e875b70 into main Nov 6, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve and extend auth middleware
2 participants