24 Commits
Author SHA1 Message Date
Philipp Nagy fe6b6a4ccb Add VisionOS Support 2024-04-16 14:21:34 +02:00
Raxit Majithiya a6551ec72e Remove usage of SFAuthenticationErrorDomain to avoid getting app rejection 2022-06-07 12:54:54 -04:00
Eric Marchand af202d4bc6 Merge pull request #673 from diogomusou/master
Open external URL from main thread
2021-12-03 09:48:06 +01:00
Diogo Musou 910e5bb006 Open external URL from main thread 2021-08-17 11:40:43 -04:00
Mark Jerde d2dc4cdc7a Fix unowned self
With an unowned self the reference to self can become nil without the
ability for the code to be aware. As such, unowned self should only be
used when we know something else is guaranteed to retain a reference to
our self. In this case there is no such guarantee. Fortunately, we can
use a weak self to have nullability safety here without any performance
concerns.
2021-07-16 11:36:29 -05:00
Ben Chatelain 2a41a37fa7 🚨 Fix trailing whitespace 2021-05-17 19:04:32 -06:00
Ben Chatelain a986697c03 Merge pull request #643 from macbellingrath/bug/fix-podspec
Restore lint-ability to OAuthSwift Podspec
2021-05-13 08:56:37 -06:00
Ben Chatelain 56b8ef54db Merge branch 'master' into bug/fix-podspec 2021-05-04 21:14:10 -06:00
Ben Chatelain 4969686277 🐛 Add colon after scheme in error redirect URL 2021-05-03 16:53:51 -06:00
phimage 009620e9b7 🧹Fix swiftlint warnings about spaces 2021-04-29 08:41:07 +02:00
Ben Chatelain 3436c73fbf 🚨 Fix new warning in Xcode 12.5
- WARN  | xcodebuild:  /Users/phatblat/dev/swift/OAuthSwift/Sources/Handler/OAuthWebViewController.swift:23:49: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
2021-04-29 08:27:01 +02:00
Mac Bellingrath 4ec7559681 [Fix] repairs conditional compilation for platforms that are currently failing during pod lint 2021-01-19 10:48:12 -05:00
Anatoliy Radchenko 42e18ec60f handling SFAuthenticationSession/ASWebAuthenticationSession canceledLogin errors 2020-05-21 16:08:13 +03:00
Eric Marchand 94f98f745f Merge pull request #586 from svoip/add-logging-mechanism
Add logging mechanism
2020-05-06 16:26:22 +02:00
phimage 0a5d252d78 Add check on tvOS version too #591 2020-04-30 19:14:54 +02:00
phimage 3430e76762 Fix some swiftlint warnings 2020-04-30 19:09:28 +02:00
Sardorbek Ruzmatov 0bc09f1245 Modify log calls 2020-04-20 19:23:31 +02:00
Sardorbek Ruzmatov e2068d4a1d Add more log traces, set demo logging level 2020-04-14 21:04:50 +02:00
Sardorbek Ruzmatov 5e11fde1c6 Implement logging usages 2020-04-14 20:46:55 +02:00
Rui Costa c9f88589a2 Set default value 2020-04-06 17:44:49 +01:00
Rui Costa 3ae1a5d333 Added property 2020-04-06 17:42:55 +01:00
Rui Costa 852060c0a4 Modified access to webAuthSession 2020-04-06 17:36:30 +01:00
phimage 2e75d62653 Add missing import for swift build
Add action workflow to SwiftPM CI
2019-11-01 22:42:42 +01:00
phimage e14ac9cbff Move each url handler to its own file
Add a factory to choose default one
Add to iOS demo app the `ASWebAuthentifcationURLHandler`
2019-11-01 22:36:13 +01:00