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

fix(GraphQL): Custom Claim will be parsed as JSON if it is encoded as a string #5668

Merged
merged 4 commits into from
Jun 18, 2020

Conversation

arijitAD
Copy link

@arijitAD arijitAD commented Jun 17, 2020

Fixes GRAPHQL-521
Added unit test for PR #5513.


This change is Reviewable

Docs Preview: Dgraph Preview

@github-actions github-actions bot added the area/graphql Issues related to GraphQL support on Dgraph. label Jun 17, 2020
@arijitAD arijitAD changed the title fix(GraphQL): Parse string custom claims from JWT. fix(GraphQL): Parse custom claims of type String from JWT. Jun 17, 2020
@gja gja changed the title fix(GraphQL): Parse custom claims of type String from JWT. fix(GraphQL): Custom claims that are strings will be parsed as JSON Jun 18, 2020
@arijitAD arijitAD changed the title fix(GraphQL): Custom claims that are strings will be parsed as JSON fix(GraphQL): Custom Claim will be parsed as JSON if it is encoded as a string Jun 18, 2020
Copy link
Contributor

@MichaelJCompton MichaelJCompton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @MichaelJCompton and @pawanrawal)

@arijitAD arijitAD merged commit 27afedf into master Jun 18, 2020
arijitAD pushed a commit that referenced this pull request Jul 7, 2020
… a string (#5668)

* If JWT custom claim field is string, parse as JSON

Co-authored-by: David Peek <[email protected]>
(cherry picked from commit 27afedf)
arijitAD pushed a commit that referenced this pull request Jul 8, 2020
… a string (#5668) (#5862)

* If JWT custom claim field is string, parse as JSON

Co-authored-by: David Peek <[email protected]>
(cherry picked from commit 27afedf)
dna2github pushed a commit to dna2fork/dgraph that referenced this pull request Jul 18, 2020
… a string (dgraph-io#5668)

* If JWT custom claim field is string, parse as JSON

Co-authored-by: David Peek <[email protected]>
@joshua-goldstein joshua-goldstein deleted the arijitAD/graphql-auth-claims-json branch August 11, 2022 20:47
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.

3 participants