You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to let us force an access token refresh rather than waiting for them to expire. The scenario I've run into is updating a user's claims after they've updated their profile.
The scenario I've run into is that I need to pass custom parameter to a rule (or action) when doing so.
Describe the ideal solution
Adding a customParams option to the getAccessToken method, like so: getAccessToken({ customParams: { foo: "bar" } })
Alternatives and current work-arounds
None that I known of.
The text was updated successfully, but these errors were encountered:
Looks like a sensible addition that we could add, I'm not sure when we'll get round to it but I'll leave this open in case anyone wants to submit a PR.
Describe the problem you'd like to have solved
Quoting #136 .
The scenario I've run into is that I need to pass custom parameter to a rule (or action) when doing so.
Describe the ideal solution
Adding a
customParams
option to thegetAccessToken
method, like so:getAccessToken({ customParams: { foo: "bar" } })
Alternatives and current work-arounds
None that I known of.
The text was updated successfully, but these errors were encountered: