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

Resolve Issue 65 Login Aspect #93

Merged
merged 5 commits into from
Dec 6, 2023
Merged

Resolve Issue 65 Login Aspect #93

merged 5 commits into from
Dec 6, 2023

Conversation

maxcurkovic
Copy link
Collaborator

Added an aspect for the login checks!

For each POST and GET mapping that requires the user to be logged in, an aspect does the login check rather than a regular method.

@maxcurkovic maxcurkovic added the feature New feature or request label Dec 6, 2023
@maxcurkovic maxcurkovic added this to the milestone 3 milestone Dec 6, 2023
@maxcurkovic maxcurkovic self-assigned this Dec 6, 2023
@maxcurkovic maxcurkovic linked an issue Dec 6, 2023 that may be closed by this pull request
Copy link
Owner

@bardia-p bardia-p left a comment

Choose a reason for hiding this comment

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

Great job Max! This is really cool!

@maxcurkovic maxcurkovic merged commit 449e710 into main Dec 6, 2023
1 check passed
@bardia-p bardia-p deleted the issue65_milestone3 branch December 7, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

Replace the the login check with an Aspect
3 participants