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

Created endpoint for validating a token #60

Closed Hall-Erik closed 5 years ago

Hall-Erik commented 5 years ago

Implements #45, but unlike #59, this uses a separate endpoint /validate_token/ for token validation.

includes tests and updated readme.

anx-ckreuzberger commented 5 years ago

Thanks, I'll take a look at it.