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

feat: user auth #37

Merged
merged 19 commits into from
Aug 27, 2024
Merged

feat: user auth #37

merged 19 commits into from
Aug 27, 2024

Conversation

choffmann
Copy link
Member

@choffmann choffmann commented Aug 23, 2024

  • implement user registration
  • implement login flow with oidc (keycloak)
  • implement user role authentication
  • implement user token retrospect
  • add tests for auth service
  • add middlewares to fiber to handle protected routes

Close #9

@choffmann
Copy link
Member Author

I have already implemented the client side login flow in the frontend. When this PR gets merged, it will automatically create a PR in the frontend because the api client has changed. I will rebase my branch to this PR when it is created.

@choffmann choffmann marked this pull request as ready for review August 25, 2024 14:24
@choffmann choffmann added the need-reviewer Send notification in Discord label Aug 25, 2024
@choffmann choffmann self-assigned this Aug 25, 2024
Copy link
Contributor

@doriengr doriengr left a comment

Choose a reason for hiding this comment

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

🔥

@choffmann choffmann merged commit d1fd31c into develop Aug 27, 2024
3 checks passed
@choffmann choffmann deleted the feature/user-auth branch August 27, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-reviewer Send notification in Discord
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User authentification
2 participants