We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
authBrowserOptions
For both login() and register() the signature suggests:
login()
register()
login(additionalParameters?: LoginAdditionalParameters, authBrowserOptions?: AuthBrowserOptions): Promise<TokenResponse | null>;
we can pass AuthBrowserOptions to customise the look of the browser window that opens.
AuthBrowserOptions
However, the following doesn't work, and the options are just ignored.
await kindeClient.login({}, { animated: false } );
the above is just a simple example, all the other props in AuthBrowserOptions also seem to be ignored.
https://github.com/kinde-oss/kinde-react-native-sdk-0-7x
1.3.1
iOS
n/a
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Describe the issue
For both
login()
andregister()
the signature suggests:we can pass
AuthBrowserOptions
to customise the look of the browser window that opens.However, the following doesn't work, and the options are just ignored.
the above is just a simple example, all the other props in
AuthBrowserOptions
also seem to be ignored.Library URL
https://github.com/kinde-oss/kinde-react-native-sdk-0-7x
Library version
1.3.1
Operating system(s)
iOS
Operating system version(s)
n/a
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: