-
Notifications
You must be signed in to change notification settings - Fork 773
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
Dev tvos #625
base: dev-tvos
Are you sure you want to change the base?
Dev tvos #625
Commits on Jul 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7232d6e - Browse repository at this point
Copy the full SHA 7232d6eView commit details
Commits on Aug 13, 2020
-
Import TV authorization flow from GTMAppAuth
- Code is from tree https://github.com/google/GTMAppAuth/tree/10d138eb05ad299fd6260741e7b92b0090db0963 - I contributed this code originally to GTMAppAuth on Dec 6, 2016 google/GTMAppAuth@2eb382f
Configuration menu - View commit details
-
Copy full SHA for 9d04840 - Browse repository at this point
Copy the full SHA 9d04840View commit details -
Modify TV authorization logic for AppAuth
- Add beginnings of 'AppAuthTV' Pod subspec - Remove dependency on `GTMAppAuthFetcherAuthorization` - Remove GTMAPPAUTH_USER_IMPORTS code - Verified with `pod lib lint`
Configuration menu - View commit details
-
Copy full SHA for da0be7a - Browse repository at this point
Copy the full SHA da0be7aView commit details
Commits on Aug 14, 2020
-
Rename GTM to OID, remove extra headers
* 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
Configuration menu - View commit details
-
Copy full SHA for 72d874b - Browse repository at this point
Copy the full SHA 72d874bView commit details -
* OIDTVAuthorizationRequest tests * Add tests to AppAuthTVScheme * add AppAuthTV to .travis.yml
Configuration menu - View commit details
-
Copy full SHA for 8248ccb - Browse repository at this point
Copy the full SHA 8248ccbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d08724f - Browse repository at this point
Copy the full SHA d08724fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da5642a - Browse repository at this point
Copy the full SHA da5642aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85cb334 - Browse repository at this point
Copy the full SHA 85cb334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e89dba - Browse repository at this point
Copy the full SHA 6e89dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61229cb - Browse repository at this point
Copy the full SHA 61229cbView commit details -
Add OIDC Discovery for the Device Authorization Endpoint
Update the example project to support discovery
Configuration menu - View commit details
-
Copy full SHA for 8c33e8c - Browse repository at this point
Copy the full SHA 8c33e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e46c433 - Browse repository at this point
Copy the full SHA e46c433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 099afb1 - Browse repository at this point
Copy the full SHA 099afb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e4e47b - Browse repository at this point
Copy the full SHA 5e4e47bView commit details -
Configuration menu - View commit details
-
Copy full SHA for af44143 - Browse repository at this point
Copy the full SHA af44143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 602066c - Browse repository at this point
Copy the full SHA 602066cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 216c5b5 - Browse repository at this point
Copy the full SHA 216c5b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 636c4d9 - Browse repository at this point
Copy the full SHA 636c4d9View commit details -
Add NS_AVAILABLE_IOS(10.0) for widgetActiveDisplayModeDidChange:withM…
…aximumSize: instead of #pragma
Configuration menu - View commit details
-
Copy full SHA for 10ad90e - Browse repository at this point
Copy the full SHA 10ad90eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b3f63 - Browse repository at this point
Copy the full SHA 13b3f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8993d43 - Browse repository at this point
Copy the full SHA 8993d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88136c3 - Browse repository at this point
Copy the full SHA 88136c3View commit details -
Document tvOS support in READMEs
- Create a tvOS example README - Document tvOS support in main README - Link to tvOS example from the example README - Add Google IdP tvOS details
Configuration menu - View commit details
-
Copy full SHA for e191b1b - Browse repository at this point
Copy the full SHA e191b1bView commit details
Commits on Mar 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a9c1265 - Browse repository at this point
Copy the full SHA a9c1265View commit details