-
Notifications
You must be signed in to change notification settings - Fork 8
Project with signup login module specification
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
Using OAuth 2.0 to Access Google APIs - https://developers.google.com/identity/protocols/OAuth2 Firebase - https://angular-templates.io/tutorials/about/firebase-authentication-with-angular Firebase is not suitable for production applications so we will not use it for our project. angular-6-social-login - https://www.npmjs.com/package/angular-6-social-login