django-rest-framework-passwordless
django-rest-framework-passwordless copied to clipboard
Allow authorization by clicking on a link
Instead of having the user manually write the token, is it possible to send a one time token accessible via URL? When the user clicks the link, it automatically follows the URL to the website passing the authentication token, and the user is logged in (and registered if that is the case)
PS: I am not too familiar with django, but I am fluent in Python3. If this seems like an useful feature and you think it would be easy to implement it myself, I would be happy to oblige :)
I'm also curious about this since the blog post also suggested that just clicking on a link was possible.
FYI https://github.com/aaronn/django-rest-framework-passwordless/issues/13