Skip to content
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

Update AppAuth to v1.7.5 #10

Open
wants to merge 83 commits into
base: sumup_main
Choose a base branch
from
Open

Update AppAuth to v1.7.5 #10

wants to merge 83 commits into from

Conversation

jgraeger
Copy link

No description provided.

julienbodet and others added 30 commits June 2, 2020 21:15
Make ExternalUserAgent subspec depend on Core.
Use deployment_target instead of platform.
Created the EntepriseUserAgent subspec, and AppAuthEnterpriseUserAgent framework target to house this and future external user agents aimed at enterprises.
- Add beginnings of 'AppAuthTV' Pod subspec
- Remove dependency on `GTMAppAuthFetcherAuthorization`
- Remove GTMAPPAUTH_USER_IMPORTS code
- Verified with `pod lib lint`
* Rename OID to GTM, remove extra header
* Remove TVConfigurationForGoogle, update copyright headers
* Return OIDAuthState instead of GTMAppAuthFetcherAuthorization
* Add AppAuthTV to Xcode targets, fix NSObject description method bug
* Add files to AppAuthTV target
* Remove property synthesize
* Add AppAuthTVTests target, pointing to UnitTests/UnitTestsInfo.plist and included in AppAuthTV scheme. Reorder imports
* Update min tvOS version and identifier for AppAuthTV target
* Correct capitalization in AppAuthTV identifier
* Update reference URLs, references to Google removed
* Remove non-functioning AppAuthTVTests target (tests coming in future PR)
* Fix indent spacing in OIDTVServiceConfiguration
* OIDTVAuthorizationRequest tests
* Add tests to AppAuthTVScheme
* add AppAuthTV to .travis.yml
Adds OIDTVTokenRequest class, which is a subclass of OIDTokenRequest, to better adhere to the [RFC for TV authentication](https://tools.ietf.org/html/rfc8628#section-3.4). This adds the required `device_code` property which is sent in the request body, which differs from the `code` property for the authorization code in the parent class. Additionally, the grant type for TV authorization is hard-coded in, and several unused fields are dropped from the initializer and body request code.
Update the example project to support discovery
- Create a tvOS example README
- Document tvOS support in main README
- Link to tvOS example from the example README
- Add Google IdP tvOS details
AppleTV test file was included in a source target which did not have XCTest dependencies and was causing builds to fail.
* Add GitHub Actions CI workflow.

* Skip conformance tests until we migrate to new backend.
mdmathias and others added 23 commits April 7, 2023 13:35
@jgraeger jgraeger closed this May 31, 2024
@jgraeger jgraeger deleted the jg/update-175 branch May 31, 2024 13:49
@jgraeger jgraeger restored the jg/update-175 branch May 31, 2024 13:54
@jgraeger jgraeger reopened this May 31, 2024
@Lucien Lucien requested review from Tomusm and removed request for Tomusm November 13, 2024 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.