Expose raw_attributes on WorkOS::Profile#46
Merged
willmanduffy merged 1 commit intomasterfrom Aug 25, 2020
Merged
Conversation
henrylamchan
approved these changes
Aug 24, 2020
Contributor
henrylamchan
left a comment
There was a problem hiding this comment.
Looks good to me. I'm assuming this is blocked on the codecov upgrade pr yea?
edbdf96 to
d8940d1
Compare
Contributor
Author
|
@henrylamchan Yup! Just rebased off of it! |
9a04cc5 to
e048a49
Compare
Codecov Report
@@ Coverage Diff @@
## master #46 +/- ##
==========================================
+ Coverage 98.49% 98.87% +0.38%
==========================================
Files 13 13
Lines 265 267 +2
==========================================
+ Hits 261 264 +3
+ Misses 4 3 -1
Continue to review full report at Codecov.
|
* On the API, we recently exposed raw_attributes, the original profile response we receive from the IdP. This update passes this data through the SDK. * Updates the SDK to 0.5.0
e048a49 to
c5b16fd
Compare
blairworkos
pushed a commit
that referenced
this pull request
Jan 29, 2021
* On the API, we recently exposed raw_attributes, the original profile response we receive from the IdP. This update passes this data through the SDK. * Updates the SDK to 0.5.0
blairworkos
pushed a commit
that referenced
this pull request
Mar 3, 2021
* On the API, we recently exposed raw_attributes, the original profile response we receive from the IdP. This update passes this data through the SDK. * Updates the SDK to 0.5.0
This file contains hidden or 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
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.
response we receive from the IdP. This update passes this data through
the SDK.