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

feat: [AUTH-1645] Add additional params to PasswordsSessionReset #93

Closed
wants to merge 1 commit into from

Conversation

max-stytch
Copy link
Contributor

Adds additional params to the PasswordsSessionReset method and reruns autogen.

@max-stytch max-stytch requested a review from a team as a code owner September 8, 2023 23:02
@linear
Copy link

linear bot commented Sep 8, 2023

AUTH-1645 Add SessionToken and SessionJWT to `PasswordsSessionResetResponse`

Things to update:

Protobuf

API - we will need to refresh the Session JWT for them

Web-backend

Check if we need to add it in account-manager

Docs to include the new fields

Generate the SDKs to include the fields

@@ -123,8 +123,8 @@ def exchange(
locale: nil
)
request = {
intermediate_session_token: intermediate_session_token,
organization_id: organization_id
intermediate_session_token:,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

My local version of rubocop prefers this syntax. I tested it out in irb and it looks valid, but I'm not sure why this change is happening now?

maxwellgerber@MacBook-Pro-103 stytch-ruby % irb
irb(main):001:0> foo = 1
=> 1
irb(main):002:0> test = { foo: }
=> {:foo=>1}

@max-stytch
Copy link
Contributor Author

Obsoleted by #97

@max-stytch max-stytch closed this Oct 12, 2023
@max-stytch max-stytch deleted the max/pw-reset-sess branch October 12, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant