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:
|
|
(@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) |
|
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 |
|
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. |
|
Adding a clarifying note here about |
|
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. |
|
This will need some tweaking. Currently, you are able to obtain a token pair from |


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.
All reactions