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

Fix: Authorization lifecycle #38

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Fix: Authorization lifecycle #38

merged 1 commit into from
Mar 13, 2024

Conversation

awcodes
Copy link
Contributor

@awcodes awcodes commented Mar 13, 2024

Moves the authorization check out of the plugin class and checks it in the ViewLog class instead to guarantee there is an authenticated user.

Resolves #32

@saade saade merged commit d516736 into saade:3.x Mar 13, 2024
1 check passed
@saade
Copy link
Owner

saade commented Mar 13, 2024

Cool! Thank you

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.

In authorization auth()->user() returns null
2 participants