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

graphql: auth on get and mutation results #5259

Merged
merged 8 commits into from
Apr 22, 2020

Conversation

MichaelJCompton
Copy link
Contributor

@MichaelJCompton MichaelJCompton commented Apr 21, 2020

Still needs more testing around xids .


This change is Reviewable

Docs Preview: Dgraph Preview

@MichaelJCompton MichaelJCompton added the area/graphql Issues related to GraphQL support on Dgraph. label Apr 21, 2020
@MichaelJCompton MichaelJCompton marked this pull request as ready for review April 22, 2020 05:25
@MichaelJCompton MichaelJCompton requested review from manishrjain and a team as code owners April 22, 2020 05:25
@MichaelJCompton
Copy link
Contributor Author

merging into main PR

@MichaelJCompton MichaelJCompton changed the title [WIP] graphql: auth on get and mutation results graphql: auth on get and mutation results Apr 22, 2020
@MichaelJCompton MichaelJCompton merged commit 686b6a6 into mjc/auth-query Apr 22, 2020
@MichaelJCompton MichaelJCompton deleted the mjc/graphql-get-auth branch April 22, 2020 05:26
MichaelJCompton added a commit that referenced this pull request Apr 22, 2020
* Send auth variable in custom jwt token. (#5220)
* graphql: auth on get and mutation results (#5259)
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
Labels
area/graphql Issues related to GraphQL support on Dgraph.
Development

Successfully merging this pull request may close these issues.

1 participant