BlueCorso
BlueCorso
@philips77 any news about this issue? we're having the same problem :(
@philips77 Thank you very much, I'll try right away!
Hello, any chances to see this in master? @guturiganesh if you still need an answer: appDelegate.currentAuthorizationFlow = OIDAuthorizationService.present(request, externalUserAgent: agent, callback: { (response, error) in // handle response in case...
> > Thanks for the update @WilliamDenniss > > Which functions I should call for Logout after taking dev-logout branch? any code snippet please. Also Can we use this branch...
Here's what I did: ```` Func logout (presenter: UIViewController) { guard let authState = self.authState else { return } guard let idToken = authState.lastTokenResponse?.idToken else { return } let request...
The log out operation is server side... you still have to delete your authstate from your app (if you save it somewhere). If your backend is doing its job, the...
are pulling the correct branch? (dev-logout)
I use carthage but using pod you should have something like this in your podfile pod 'appAuth', :git => 'https://github.com/openid/AppAuth-iOS.git', :branch => 'dev-logout'
Yeah I get the annoying log in pop up for log out too. I hope they fix it soon.