amazon-archives / web-app-starter-kit-for-fire-tv

Web App Starter Kit Examples
https://amzn.github.io/web-app-starter-kit-for-fire-tv/
Other
372 stars 160 forks source link

Channel Login? #43

Closed cssagogo closed 6 years ago

cssagogo commented 6 years ago

Any known examples of web app channels with customer login? Is anyone at Amazon still maintaining this project?

SarcasmAppreciated commented 6 years ago

Sorry, customer login? As in Amazon login?

maryga-amazon commented 6 years ago

Can you specify what type of login you are looking for? Or are you asking if any apps using this project require authentication of any kind?

agadev commented 6 years ago

I am also looking for customer login inside firestick web app ,querying our server, before they can see videos.

maryga-amazon commented 6 years ago

There is currently no module for handling login. Web apps will support authentication, but it will need to be built in. Minimally you would need a method for validating/confirming valid user session, a UI component, and API integration for the authentication.