-
Looking through the API reference there is no reference to being able to sign-out of apple with this package, how would I go about doing this if a user wants to sign out.
-
First, thank you for the module, great work!
I cannot perform signing out on Android. When I call **_await GoogleSignIn.signOutPromise()_** and delete the storage related to last signed user and tr…
-
### Description
The Amplify.Auth.signOut method is not logging the user out completely. When attempting to log in again using Amplify.Auth.signInWithWebUI, the Hosted UI allows the previously signed-…
-
**What** - description of what you me to do
Example: Hey @autopilot implement a Google sign-in on my website. Make changes to the front end and the back end of the application
**Why** - explain w…
-
I have the simple viewer app running on localhost. Once I have clicked on 'Open Sample iModel', I get message 'localhost:3000 says Project with name "" does not exist'. I believe its me not setting im…
-
Hi Team,
I have 2 Azure AD Tenants.
1st where my Azure Subscription is hosted
2nd where my Azure AD Connect syncs the user
Since WVD was available i was able to deploy session host servers in …
-
In my nextjs project (specifically next-on-pages running on cloudflare), I am using the app router and have the following file at `app/sign-out/page.tsx`
```
'use server';
import { signOut } fr…
-
### Which @angular/* package(s) are the source of the bug?
Don't known / other
### Is this a regression?
I don't know
### Description
I have the following component template for a sign-…
-
I'm making a multiuser component for my site, and I'm following this example from an older, simpler version:
https://github.com/JedWatson/sydjs-site/tree/d33d2bbc3e21225c6430267fef056c42b96075b4
How …
-
If access token is expired so how to manage with refresh token and work through the app.
My code :
main.dart file :
final GlobalKey navigatorKey = GlobalKey();
late final AuthController auth…