Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Delegated Auth #296

Open
nelsonic opened this issue May 26, 2023 · 0 comments
Open

Feat: Delegated Auth #296

nelsonic opened this issue May 26, 2023 · 0 comments
Labels
discuss Share your constructive thoughts on how to make progress with this issue elixir Pull requests that update Elixir code enhancement New feature or enhancement of existing functionality epic A feature idea that is large enough to require a sprint (5 days) or more and has smaller sub-issues. help wanted If you can help make progress with this issue, please comment! priority-2 Second highest priority, should be worked on as soon as the Priority-1 issues are finished research Research required; be specific technical A technical issue that requires understanding of the code, infrastructure or dependencies

Comments

@nelsonic
Copy link
Member

Imagine you're building an App that allows small children to manage their own Task List & Calendar
We want the child to be able to authenticate with their email/OAuth account and use the App.
But then we also want the parent to be able to access the data.
This can easily be done with the concept of Groups #232 ...
where the parent would "own" the group and the child would be a member of the group.
But then how do we inform the App of 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.

@nelsonic nelsonic added enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! priority-2 Second highest priority, should be worked on as soon as the Priority-1 issues are finished epic A feature idea that is large enough to require a sprint (5 days) or more and has smaller sub-issues. discuss Share your constructive thoughts on how to make progress with this issue technical A technical issue that requires understanding of the code, infrastructure or dependencies research Research required; be specific elixir Pull requests that update Elixir code labels May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Share your constructive thoughts on how to make progress with this issue elixir Pull requests that update Elixir code enhancement New feature or enhancement of existing functionality epic A feature idea that is large enough to require a sprint (5 days) or more and has smaller sub-issues. help wanted If you can help make progress with this issue, please comment! priority-2 Second highest priority, should be worked on as soon as the Priority-1 issues are finished research Research required; be specific technical A technical issue that requires understanding of the code, infrastructure or dependencies
Projects
None yet
Development

No branches or pull requests

1 participant