-
Notifications
You must be signed in to change notification settings - Fork 60
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
feat: middleware allow actions from authenticated accounts only #4179
Conversation
🐙 OctomindTest Report: 0/14 successful.
commit sha: 6a5b76a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lookin' good
might consider adding a test file for all the context functions at some point
The deployment to the dev cluster was successful. You can find the deployment here: https://4179.development.scrumlr.fra.ics.inovex.io Deployed Images
|
🐙 OctomindTest Report: 14/14 successful.
commit sha: 80383d3 |
Description
Implemented middleware that allows actions from authenticated accounts only
Changelog
api/context.go
Middleware that checks if the user's account-type is
Anonymous
dto/users.go
added account-type field to the dto struct
Checklist
(Optional) Visual Changes