Hi All
I am creating a small web app that is going to connect some web settings to hardware (think of rest API controlled by users on the web and embedded device reading whatever user has set on the web). Final settings are to be public, but only properly authenticated users should be able to perform changes on the web.
As you see the point of the project is not the client spp, but hw interaction and to some extent rest server (done in node.js). So I figured I try a single page app this time and ember.js seems to be just what I want: Simple and very opinionated: I don’t have to make difficult choices.
Yet… For three last there days I am bouncing my head against figuring how to perform user registration and authentication and somehow I fail to find a good example. Stormpath guys provide some examples, embercasts show something quite generic, yet I fail to find a complete example?
What do you guys use? As the point of the project is the hw interaction prototyping i am ready for tradeoffs: It can be email-password, it can be e.g. Twitter-based or google-based auth only. It can even use some cheap third party SaaS solution such as Stormpath.
Please, suggest.
Best regards, Artem.