anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Renamed TokenSerializer to ResetTokenSerializer #72

Closed anindyamanna closed 4 years ago

anindyamanna commented 4 years ago

This will avoid causing error when using drf-yasg to generate swagger docs when using another library like rest_social_auth which also defines a TokenSerializer.