Releases: scrum-gang/authentication
Releases · scrum-gang/authentication
Sprint 2 Release
- Added authentication header to protected endpoints.
- Extended
/users/self
endpoint functionality. - Added missing fields to user model.
- Added IP blocking on multiple failed login attempts/excessive number of requests.
- Added moderator user role.
- Spruced up docs and landing page.
Sprint 1 Release
First iteration of the Jobhub Authentication microservice.
Features:
- Signup
- Login/Logout
- Email verification + resend function
- JWT authentication
- Update user
- Delete user (authenticated)
- Get all users or by id
- Get user from token