Skip to content

Releases: pieroguerrero/auth-backend

Fixed vulnerabilities present in the "jsonwebtoken" library

13 Feb 23:34
374bf1a
Compare
Choose a tag to compare

Updated jsonwebtoken from version 8.5 to 9.
All tests passed.

API security best practices and Unit Testing

21 Nov 23:33
0558c35
Compare
Choose a tag to compare

This new release includes:

  • 100% unit testing coverage
  • Limit in the number of calls per API made to the SignUp route
  • Delay in the calls response after a certain number of calls made to the SignUp route
  • Readme updates

v1.0.1 Initial features

18 Nov 14:05
Compare
Choose a tag to compare

This version includes User/Password authentication and JWT token authorization