-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ASWebAuthenticationSession support in OIDExternalUserAgentMac. #675
Merged
petea
merged 6 commits into
openid:master
from
Alex-4-Git:pin-ASWebAuthenticationSessionSupport
Feb 14, 2022
Merged
Add ASWebAuthenticationSession support in OIDExternalUserAgentMac. #675
petea
merged 6 commits into
openid:master
from
Alex-4-Git:pin-ASWebAuthenticationSessionSupport
Feb 14, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alex-4-Git
force-pushed
the
pin-ASWebAuthenticationSessionSupport
branch
2 times, most recently
from
January 14, 2022 00:39
763fda5
to
dc062e6
Compare
Alex-4-Git
force-pushed
the
pin-ASWebAuthenticationSessionSupport
branch
from
January 14, 2022 01:09
dc062e6
to
8bf91ca
Compare
… the macOS example app.
Alex-4-Git
force-pushed
the
pin-ASWebAuthenticationSessionSupport
branch
from
January 14, 2022 01:11
8bf91ca
to
7d02c8a
Compare
petea
requested changes
Feb 2, 2022
petea
requested changes
Feb 7, 2022
Alex-4-Git
force-pushed
the
pin-ASWebAuthenticationSessionSupport
branch
2 times, most recently
from
February 8, 2022 00:20
d27a479
to
67dedc1
Compare
petea
requested changes
Feb 8, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should an osx.weak_frameworks
entry to the podspec for AuthenticationServices, as we've done for iOS.
Alex-4-Git
force-pushed
the
pin-ASWebAuthenticationSessionSupport
branch
from
February 8, 2022 21:58
67dedc1
to
aef7cd9
Compare
Alex-4-Git
force-pushed
the
pin-ASWebAuthenticationSessionSupport
branch
from
February 8, 2022 22:52
aef7cd9
to
dd0681d
Compare
petea
requested changes
Feb 10, 2022
petea
requested changes
Feb 10, 2022
Alex-4-Git
force-pushed
the
pin-ASWebAuthenticationSessionSupport
branch
from
February 10, 2022 22:15
604c91d
to
414f282
Compare
Alex-4-Git
force-pushed
the
pin-ASWebAuthenticationSessionSupport
branch
from
February 10, 2022 22:20
414f282
to
069fa7a
Compare
petea
approved these changes
Feb 14, 2022
eigentone11
added a commit
to eigentone11/AppAuth-iOS
that referenced
this pull request
Jun 15, 2022
* 'master' of https://github.com/openid/AppAuth-iOS: (22 commits) Update issue templates Bump cocoapods-downloader from 1.5.1 to 1.6.3 (openid#700) Update issue templates (openid#699) Remove empty AppAuthEnterpriseUserAgent folder from Xcode project. (openid#697) Fix changelog typo. Prepare for 1.5.0 release (openid#692) Rollback the EnterpriseUserAgent target. (openid#693) Run tests against the Xcode project (openid#696) Run pod lib lint tests (openid#695) Have swift test generate code coverage. Reenable Codecov. Update tests badge. Set min iOS version to 9 for SPM (openid#690) Document the design principles behind AppAuth Add ASWebAuthenticationSession support in OIDExternalUserAgentMac. (openid#675) Use TARGET_OS_OSX for macOS rather than TARGET_OS_MAC (openid#681) Fix up type in designated initializer (openid#662) Remove unmatched diagnostic pop (openid#641) Fix branch name Update init unavailable doc on OIDServiceDiscovery (openid#640) ... # Conflicts: # AppAuth.xcodeproj/project.pbxproj # AppAuth.xcodeproj/xcshareddata/xcschemes/AppAuthEnterpriseUserAgent.xcscheme # Package.swift
eigentone11
added a commit
to eigentone11/AppAuth-iOS
that referenced
this pull request
Jun 15, 2022
* master: (25 commits) added missing import ignore deprecated take xcode's recommended updates Update issue templates Bump cocoapods-downloader from 1.5.1 to 1.6.3 (openid#700) Update issue templates (openid#699) Remove empty AppAuthEnterpriseUserAgent folder from Xcode project. (openid#697) Fix changelog typo. Prepare for 1.5.0 release (openid#692) Rollback the EnterpriseUserAgent target. (openid#693) Run tests against the Xcode project (openid#696) Run pod lib lint tests (openid#695) Have swift test generate code coverage. Reenable Codecov. Update tests badge. Set min iOS version to 9 for SPM (openid#690) Document the design principles behind AppAuth Add ASWebAuthenticationSession support in OIDExternalUserAgentMac. (openid#675) Use TARGET_OS_OSX for macOS rather than TARGET_OS_MAC (openid#681) Fix up type in designated initializer (openid#662) ... # Conflicts: # Package.swift
tonyphn
pushed a commit
to brighthr/AppAuth-iOS
that referenced
this pull request
Feb 2, 2023
…penid#675) * Add ASWebAuthenticationSession support in OIDExternalUserAgentMac. * Incorporate OIDExternalUserAgentMac change in OIDState+Mac and modify the macOS example app. * Incorporate OIDExternalUserAgentMac change in OIDAuthorization+Mac and modify the macOS example app. * Clean APIs and add more API documentations. * Fix indentations in macOS example
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the first step of support ASWebAuthenticationSession in AppAuth for macOS.
The following commit will apply this to OIDAuthState+mac and modify mocOS example app accordingly.