OAuth2PodApp
OAuth2PodApp copied to clipboard
OAuth2 test app for iOS
whenever trying to login app redirects to safari and can't redirect back to app screenshot: https://drive.google.com/file/d/1so2IvNVt2FNdF9zkezllLzTapzQSwh4h/view?usp=sharing
whenever trying to login app redirects to safari and can't redirect back to app screenshot: https://drive.google.com/file/d/1so2IvNVt2FNdF9zkezllLzTapzQSwh4h/view?usp=sharing
Remove "forget keys" and replace that button with a "logout" functionality that properly logs out the user. This would align better to real world needs and would showcase the lib...
Compiling the iOS demo app gives the following: `/OAuth2PodApp-master/OAuth2PodApp/OAuth2RetryHandler.swift:64:10: Call can throw but is not marked with 'try'` Adding a try catch or try! solves the issue.