lorenzocelli / jwtauth

JWT-based authentication for Django Rest Framework
MIT License
2 stars 0 forks source link

Fix AuthManager exceptions #9

Closed lorenzocelli closed 5 months ago

lorenzocelli commented 5 months ago

Exceptions upon failed authentication are now raised by JwtAuthentication.authenticate. Additional tests were created.