-
Notifications
You must be signed in to change notification settings - Fork 8
Project with signup login module specification
Todor Paskalev edited this page Aug 27, 2018
·
9 revisions
The purpose of this project type of the CLI is to "scaffold" a project which exposes working (or almost working) sign up/sign in authentication functionality
As a developer I want to have options to use both external providers (Google, Twitter, Facebook etc. ), and my own authentication logic. I expect the project be functional - which means sign up/login which stores data into "localStorage" for example, as well as easy guidance how I can plug in my own authentication service.
As an end user I want to be able to signup/login when I generate project with authentication enabled.
Guidance how to complete external logging after I generate my project using the CLI Guidance how to plug in my own authentication logic/service