django-rest-framework-passwordless icon indicating copy to clipboard operation
django-rest-framework-passwordless copied to clipboard

Allow authorization by clicking on a link

Open migueltorrescosta opened this issue 5 years ago • 3 comments
trafficstars

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)

migueltorrescosta avatar May 01 '20 16:05 migueltorrescosta

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 :)

migueltorrescosta avatar May 01 '20 16:05 migueltorrescosta

I'm also curious about this since the blog post also suggested that just clicking on a link was possible.

jsmedmar avatar Oct 22 '20 19:10 jsmedmar

FYI https://github.com/aaronn/django-rest-framework-passwordless/issues/13

jsmedmar avatar Oct 22 '20 19:10 jsmedmar