-
Notifications
You must be signed in to change notification settings - Fork 8
Feat: Delegated Auth #296
Copy link
Copy link
Open
Labels
discussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueelixirPull requests that update Elixir codePull requests that update Elixir codeenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityepicA feature idea that is large enough to require a sprint (5 days) or more and has smaller sub-issues.A feature idea that is large enough to require a sprint (5 days) or more and has smaller sub-issues.help wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-2Second highest priority, should be worked on as soon as the Priority-1 issues are finishedSecond highest priority, should be worked on as soon as the Priority-1 issues are finishedresearchResearch required; be specificResearch required; be specifictechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Metadata
Metadata
Assignees
Labels
discussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueelixirPull requests that update Elixir codePull requests that update Elixir codeenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityepicA feature idea that is large enough to require a sprint (5 days) or more and has smaller sub-issues.A feature idea that is large enough to require a sprint (5 days) or more and has smaller sub-issues.help wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-2Second highest priority, should be worked on as soon as the Priority-1 issues are finishedSecond highest priority, should be worked on as soon as the Priority-1 issues are finishedresearchResearch required; be specificResearch required; be specifictechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Imagine you're building an App that allows small
childrento manage their ownTask List&CalendarWe want the
childto be able to authenticate with their email/OAuth account and use theApp.But then we also want the
parentto be able to access the data.This can easily be done with the concept of
Groups#232 ...where the
parentwould "own" thegroupand thechildwould be amemberof thegroup.But then how do we inform the
Appof this relationship? 💭Google already has this with "Family Link": https://support.google.com/families/answer/7103262?hl=en
At present I don't have a fully-formed idea of what this will look like; this is a place-holder issue.
But I've been thinking about how to setup an App in which a Parent or Guardian has visibility of what their child is doing.