AppAuth-iOS icon indicating copy to clipboard operation
AppAuth-iOS copied to clipboard

iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.

Results 204 AppAuth-iOS issues
Sort by recently updated
recently updated
newest added

**Describe the bug** My app opens login page on browser for user authentication, and if browser also use his own external user agent (some card reader app) instead of username...

bug

Apple will soon force the use of UISceneDelegate ``` func application( _ app: UIApplication, open url: URL,options: [UIApplication.OpenURLOptionsKey: Any] = [:] ) -> Bool { .... ``` in Appdelegate will...

enhancement
triage