Navigation Menu

Skip to content

auth0-blog/ngrx-facades

Repository files navigation

ngrx-facades

This is the sample code for the Auth0 tutorial NgRx Facades: Pros and Cons.

This project was generated with Angular CLI version 6.1.5 but updated to 7.1.3 using ng update.

To learn how to add authentication to this project, check out our NgRx Authentication Tutorial.

Getting Started

To get started, clone the repo, install the dependencies, and check out the "Starting point" commit to follow along with the tutorial.

git clone https://github.com/auth0-blog/ngrx-facades.git
cd ngrx-facades
npm install
git checkout 8e24360

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module, as well as the NgRx schematics like feature or reducer.

What is Auth0?

Auth0 helps you to:

  • Add authentication with multiple authentication sources, either social like Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others, or enterprise identity systems like Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider.
  • Add authentication through more traditional username/password databases.
  • Add support for linking different user accounts with the same user.
  • Support for generating signed Json Web Tokens to call your APIs and flow the user identity securely.
  • Analytics of how, when and where users are logging in.
  • Pull data from other sources and add it to the user profile, through JavaScript rules.

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

Sample code for adding a facade to an NgRx project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published