https://github.com/steve228uk/tvos-oauth-example
A quick middle man example for OAuth on the new Apple TV
https://github.com/steve228uk/tvos-oauth-example
Last synced: 16 days ago
JSON representation
A quick middle man example for OAuth on the new Apple TV
- Host: GitHub
- URL: https://github.com/steve228uk/tvos-oauth-example
- Owner: steve228uk
- Created: 2015-11-30T12:27:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T12:28:23.000Z (over 9 years ago)
- Last Synced: 2025-03-27T00:13:29.215Z (about 1 month ago)
- Language: PHP
- Size: 44.9 KB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## tvOS OAuth Example
This is a quick example of how we're handling OAuth in [Fetch](http://getfetchapp.com). It's a middle-man service that will complete the authentication on a secondary device and send the token back to the Apple TV.
More information can be found at [http://stephenradford.me/oauth-login-on-tvos/](http://stephenradford.me/oauth-login-on-tvos/)