I’m developing an internal application that will use our corporate Google Drive accounts and will be used on shared devices (iPad with teachers and students on school sites).
Is there a way to force GIDSignInme to require a password with every login attempt? Right now, even after calling GIDSIgnIn.sharedInstance().signOut()(or GIDSignIn.sharedInstacne().disconnect()) the user does not need to enter a password at the next access to the application. This means that when the device is accepted by the next user, they can very easily access another user account.
Am I missing something? Do I need to somehow clear the cookie store in UIWebViewthat the process is using GIDSignIn?
source
share