Skip to content

Releases: scrum-gang/authentication

Sprint 2 Release

25 Mar 02:49
7daa69e
Compare
Choose a tag to compare
  • 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

25 Feb 16:42
3e4ef02
Compare
Choose a tag to compare

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