Replies: 10 comments 12 replies
-
(from my original reply on Mar 7) As far as I understand, Django uses a Just for some touchpoints: here is the Django Auth Docs. Our current setup includes:
Some potential libraries/extensions:
|
Beta Was this translation helpful? Give feedback.
-
(@lpatmo original reply on Mar 7) A sixth library we can add to the list for magic links: drfpasswordless (found on the bottom of the DRF page) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm also not opposed to stepping back and exploring magic links... I do like it comparatively in UX (asking users to come up with a unique username and password sometimes feels like adding friction) |
Beta Was this translation helpful? Give feedback.
-
So -- I am still in the "feeling my way through" part of this process. Once I have a branch functioning, I will push it up for review/experimentation. But for right now:
I'll update this once I figure out what tables and mechanism |
Beta Was this translation helpful? Give feedback.
-
So - again - we'll want to maybe think through the flow and the scenarios. My first hot take is that we'll want those register and login endpoints, as well as a validation flow. We may even want to keep the obtain/refresh/delete token ones. But we'll want to put everything under one app/endpoint that's clear -- or at the very least, name our endpoints after what flow they represent. But -- that is further down the line. |
Beta Was this translation helpful? Give feedback.
-
Adding a clarifying note here about |
Beta Was this translation helpful? Give feedback.
-
OK. #187 has been submitted! This is a I struggled a bit with the Not sure if we want to also implement Dojser. I can take a look in the am and see if it will be straightforward or not. If it is straightforward, I will do it on another branch, and we can review it as well. |
Beta Was this translation helpful? Give feedback.
-
This will need some tweaking. Currently, you are able to obtain a token pair from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Moving this from issue to discussion, since this talks more about different areas of research/questions/strategy, and less about implementation details. Initially ported from front-end discussion codebuddies/frontend#77.
Beta Was this translation helpful? Give feedback.
All reactions