Insert Person following Auth #71
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
in-progress
An issue or pull request that is being worked on by the assigned person
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T2h
Time Estimate 2 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
As part of the migration to
auth_plug
#65 we also need to insert the person into the database when the person has successfully authenticated. That means we need to either pass theApp.Person.upsert_person
function toauth_plug
directly, or we need to inset the person as part of creating the firstitem
... 🤷At the moment I'm leaning towards having a function that checks for a JWT in the URL query params
and
upserts
the person based on the JWT-verified data. 💭Need to think about this a bit more. 🤔
The text was updated successfully, but these errors were encountered: