-
Notifications
You must be signed in to change notification settings - Fork 9
fix the jet response object returned during validate_session_request #58
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 the jet response object returned during validate_session_request #58
Conversation
asafshen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good 👍
added some minor comments
also, making sure this is aligned (or soon to be aligneD) with other sdks logic, right?
Its not relevant for other sdk |
asafshen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
our of curiosity - why? |
|
Because in other languages we have a different structs and the data organized in different way as you may know. |
…so it will now include the adjusted permissions,roles,projectID,userID fields (so it will be just the same as returned from verify_code)
6d16079 to
9cceb1f
Compare
fix the jet response object returned during validate_session_request so it will now include the adjusted permissions,roles,projectID,userID fields (so it will be just the same as returned from verify_code)