stenlik
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2015
09:14 PM
Login (roCodeRegistrationScreen)
I have seen some channels are using for login/registration the activation code (roCodeRegistrationScreen), while some are using the standard email/username and password. What is better and more typical?
2 REPLIES 2
Veeta
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2015
06:52 AM
Re: Login (roCodeRegistrationScreen)
It really depends on the architecture of your application. If you own the service being logged in to, then you can choose either way. The registration code is arguably easier to manage, since it gets typed into a web browser on a phone or computer which has a full keyboard. Alternatively, typing in emails and passwords on the Roku UI is time consuming but will work.
In some cases, the authentication architecture will drive your choice. For instance, the Picta channels we created talk to Dropbox and OneDrive, both of which don't allow you to collect and send a user's login name and password.
In some cases, the authentication architecture will drive your choice. For instance, the Picta channels we created talk to Dropbox and OneDrive, both of which don't allow you to collect and send a user's login name and password.
belltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2015
11:01 AM
Re: Login (roCodeRegistrationScreen)
From a user's perspective, I'd be very hesitant to use a Roku Channel that required me to enter a username and password on my Roku. There's no easy way for me to determine whether that information is being passed over an encrypted "https" connection. At least when I enter that information on a web browser, I have some degree of assurance that my credentials are sent over a secure connection.