okta / okta-auth-js

The official js wrapper around Okta's auth API
Other
455 stars 267 forks source link

Use the same extraParams during renewal as during initial sign in #1525

Closed MelvinVermeer closed 3 months ago

MelvinVermeer commented 4 months ago

This PR Implements the proposed solution from this issue #1524

For my convenience I chose to use the sharedTransactionStorage, but this could be any existing storage, or a new one.

Extra bits

This PR also includes a non-breaking package upgrade of rollup-plugin-typescript2 because this was needed to make yarn build work.

jaredperreault-okta commented 4 months ago

Internal Ref: OKTA-750886

jaredperreault-okta commented 3 months ago

@MelvinVermeer This was resolved by #1529 and just released to npm in 7.7.1