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
We are seeing an issue when the following conditions are met:
In this case the cookie seems to be unreadable by the device. It is fine when viewing in the browser, just not when installed as a PWA.
You can work around this by using the is_dangerously_use_local_storage escape hatch but this isn't recommended (as the name implies!)
is_dangerously_use_local_storage
Suggest we detect if the SDK is running on an installed PWA and fallback to local storage in that instance only.
https://github.com/kinde-oss/kinde-auth-pkce-js/
3.0.16
Android
Android v12
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Describe the issue
We are seeing an issue when the following conditions are met:
In this case the cookie seems to be unreadable by the device. It is fine when viewing in the browser, just not when installed as a PWA.
You can work around this by using the
is_dangerously_use_local_storage
escape hatch but this isn't recommended (as the name implies!)Suggest we detect if the SDK is running on an installed PWA and fallback to local storage in that instance only.
Library URL
https://github.com/kinde-oss/kinde-auth-pkce-js/
Library version
3.0.16
Operating system(s)
Android
Operating system version(s)
Android v12
Further environment details
Reproducible test case URL
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: