-
Hello,
randomly our iOS app crash when we invoke this snippet of code:
`
const authResult = yield InAppBrowser.openAuth( // yield because we run this over redux saga
'https://www.example…
vtx66 updated
9 months ago
-
### Checklist
- [X] The issue can be reproduced in the [Auth0.swift sample app](https://github.com/auth0-samples/auth0-ios-swift-sample/tree/master/Sample-01) (or N/A).
- [X] I have looked into the […
-
I'm trying to setup SSO (sharing browser login session with our app) but on iOS this is not working.
My expectation is that this should work when setting preferEphemeralSession to false and when to O…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Library version
latest
### Description
When running on Android and the user dismisses the login wi…
-
**Describe the bug**
We have Cognito configured to use the authorization code grant flow. From our iOS application, we initiate the auth flow using the hosted UI by calling `Amplify.auth.signInWithWe…
blau2 updated
10 months ago
-
### [REQUIRED] Describe your environment
* Windows 10, Android 10
* Google chrome
* firebase js sdk version: 7.24.0
* firebase auth
### [REQUIRED] Describe the problem
When trying to…
-
I have a flutter app which redirect the user to an SSO page to login. on iOS this starts an `ASWebAuthenticationSession` or `SFAuthenticationSession` (depending on the iOS version) which shows a dialo…
-
The simulator is working properly and the real machine is not working properly
-
## Bug report
**Describe the bug**
After I updated to the latest version, flutter run stops with error.
$flutter run --verbose emits hundreds of what seems like to be errors.
```
},
…
-
When I perform the authentication I get a dialog saying
**"AppName" Wants to Use "{idp link}" to Sign In.
This allows the app and website to share information about you.**
What is causing this …