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
Would be a syntactic improvement (if you ask me) if you could pass a configuration object to FusionAuthClient instead of directly passing the constructor values.
Both the constructor of FusionAuthClient and its exchangeOAuthCodeForAccessToken now also support calling them with an object instead of separate parameters. This helps when a lot of the parameters are optional (as per the docs). Completely backwards compatible.
FusionAuth#29 & FusionAuth#36
Uh oh!
There was an error while loading. Please reload this page.
Would be a syntactic improvement (if you ask me) if you could pass a configuration object to
FusionAuthClient
instead of directly passing the constructor values.For readability it looks a tad nicer if you got
The text was updated successfully, but these errors were encountered: