Skip to content

Project with signup login module specification

Todor Paskalev edited this page Aug 27, 2018 · 9 revisions

Objectives

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

User Stories

Developer

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.

End User

As an end user I want to be able to signup/login when I generate project with authentication enabled.

Documentation

Guidance how to complete external logging after I generate my project using the CLI Guidance how to plug in my own authentication logic/service

Research technical notes

Clone this wiki locally