Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rabahs/tvos-oauth
tvOS OAuth authentication using authentication/activation codes (Amazon login, Dropbox)
https://github.com/rabahs/tvos-oauth
amazon authentication cocoapods dropbox ios oauth oauth2 oauth2-client swift swift-3 tvos
Last synced: about 2 months ago
JSON representation
tvOS OAuth authentication using authentication/activation codes (Amazon login, Dropbox)
- Host: GitHub
- URL: https://github.com/rabahs/tvos-oauth
- Owner: rabahs
- License: mit
- Created: 2017-03-20T18:33:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T20:53:48.000Z (almost 8 years ago)
- Last Synced: 2024-04-25T17:20:23.418Z (9 months ago)
- Topics: amazon, authentication, cocoapods, dropbox, ios, oauth, oauth2, oauth2-client, swift, swift-3, tvos
- Language: Swift
- Homepage:
- Size: 206 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tvos-oauth
tvos-oauth is remote authorization module you can use to authorize tvOS app through a companion website (be entering activation code)
OAuth2 flow is currently tested for Amazon Login and Dropbox.
See [tvOS OAuth Server](https://github.com/rabahs/tvos-oauth-server) for details on how to setup your server.