-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
graphql: auth on get and mutation results #5259
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MichaelJCompton
added
the
area/graphql
Issues related to GraphQL support on Dgraph.
label
Apr 21, 2020
merging into main PR |
MichaelJCompton
changed the title
[WIP] graphql: auth on get and mutation results
graphql: auth on get and mutation results
Apr 22, 2020
MichaelJCompton
added a commit
that referenced
this pull request
Apr 22, 2020
MichaelJCompton
added a commit
that referenced
this pull request
May 5, 2020
* add Auth directive (#5178) * parse auth rules (#5180) * added query rewriting and e2e tests (#5229) * parse and evaluate RBAC rules. (#5210) * added test cases for auth schema parsing. (#5195) * process auth query rules (#5181) * send auth variable in custom jwt token. (#5220) * auth on get and mutation results (#5259) * delete authorization (#5270) * parse auth meta info from schema. (#5269) * auth on add update mutations (#5300) * query e2e tests for authentication (#5312) * more testing around additional deletes and auth (#5357) * add RSA algo for JWT token verification. (#5358)
dna2github
pushed a commit
to dna2fork/dgraph
that referenced
this pull request
Jul 18, 2020
* add Auth directive (hypermodeinc#5178) * parse auth rules (hypermodeinc#5180) * added query rewriting and e2e tests (hypermodeinc#5229) * parse and evaluate RBAC rules. (hypermodeinc#5210) * added test cases for auth schema parsing. (hypermodeinc#5195) * process auth query rules (hypermodeinc#5181) * send auth variable in custom jwt token. (hypermodeinc#5220) * auth on get and mutation results (hypermodeinc#5259) * delete authorization (hypermodeinc#5270) * parse auth meta info from schema. (hypermodeinc#5269) * auth on add update mutations (hypermodeinc#5300) * query e2e tests for authentication (hypermodeinc#5312) * more testing around additional deletes and auth (hypermodeinc#5357) * add RSA algo for JWT token verification. (hypermodeinc#5358)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Still needs more testing around xids .
This change is
Docs Preview: