Skip to content

Authentication Release

Latest
Compare
Choose a tag to compare
@MahmoudThePeltist MahmoudThePeltist released this 04 Feb 13:28
· 17 commits to master since this release

This version allows for the creation of users, and authenticating them:

  • new users model with full CRUD.
  • JWT authentication with login route.
  • validation on all incoming requests.
  • general code refactor to implement classes and cleaner services.