moiseshiraldo / django-rest-paseto-auth

PASETO authentication for Django REST framework
MIT License
8 stars 1 forks source link

Add authentication callbacks #1

Open moiseshiraldo opened 6 years ago

moiseshiraldo commented 6 years ago

They could be used to perform any extra action required when authenticating the user (check/store login attempts, update last login field, log audit actions, etc).