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

Implemented User routes and Login system #10

Merged
merged 5 commits into from Jul 2, 2022
Merged

Conversation

JeanPoffo
Copy link
Owner

❗ Explanation

Needed a login system with new routes to add and delete users. Additionally, protected the User and Station routes with login.

✅ Alterations

  • Added create User route.
  • Added delete User route.
  • Added create session route.
  • Added auth middleware.
  • Added auth protection to User and Station routes.

- Added new implementations to create and delete Users.
- Added new implementations to create sessions.
- Protected the User and Session routes with login.
- Updated docker compose file with new env variables.
@JeanPoffo JeanPoffo added the enhancement New feature or request label Jul 2, 2022
@JeanPoffo JeanPoffo self-assigned this Jul 2, 2022
@JeanPoffo JeanPoffo linked an issue Jul 2, 2022 that may be closed by this pull request
@JeanPoffo JeanPoffo changed the title Created User routes and Login system Implemented User routes and Login system Jul 2, 2022
Copy link

@MarioFronza MarioFronza 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 @JeanPoffo!

@JeanPoffo JeanPoffo merged commit e58a816 into main Jul 2, 2022
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.

Create login system
2 participants