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

Authentication and Authorization #2

Open
d1vshar opened this issue Dec 23, 2020 · 0 comments · May be fixed by #4
Open

Authentication and Authorization #2

d1vshar opened this issue Dec 23, 2020 · 0 comments · May be fixed by #4
Assignees
Projects

Comments

@d1vshar
Copy link
Member

d1vshar commented Dec 23, 2020

Authorization system with access "role"s.

USER -> Should only have access to all Queries
MESS_ADMIN -> Should have access to both all Queries and Mess Mutations
ADMIN -> Should have access to both all Queries and all Mutations

Should be configurable easily, as more schema types will be added in future.
For example:
MERCHANT -> Should have access to all queries and Merchant type mutations

Use JWT if possible for Authentication.

@d1vshar d1vshar added this to To do in v1.0.0 Dec 23, 2020
@d1vshar d1vshar assigned d1vshar and kg-kartik and unassigned d1vshar Dec 23, 2020
@d1vshar d1vshar changed the title Authentication Authentication and Authorization Dec 23, 2020
@d1vshar d1vshar linked a pull request Feb 9, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
v1.0.0
To do
Development

Successfully merging a pull request may close this issue.

2 participants