All Projects → auth0-blog → Mean Rsvp Auth0

auth0-blog / Mean Rsvp Auth0

Licence: mit
MEAN stack application with Auth0 (see sample deployed at https://rsvp.kmaida.net)

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Mean Rsvp Auth0

React Todo App
React Todo App
Stars: ✭ 97 (-2.02%)
Mutual labels:  sample-app, tutorial
Reactjs Authentication Tutorial
Chuck Norris World App - A sample app that shows how to add authentication to a ReactJS app
Stars: ✭ 139 (+40.4%)
Mutual labels:  tutorial, auth0
Awesome Android Things
A curated list of awesome android things tutorials, libraries and much more at one place
Stars: ✭ 883 (+791.92%)
Mutual labels:  sample-app, tutorial
Dropzone Laravel Image Upload
Laravel 5.2 and Dropzone.js auto image uploads with removal links
Stars: ✭ 92 (-7.07%)
Mutual labels:  tutorial
It Starts With Clojure
a Practical guide to Clojure
Stars: ✭ 93 (-6.06%)
Mutual labels:  tutorial
Angular Multi Step Wizard
Tutorials on building an Angular 4 Multi-Step Wizard with its own Router
Stars: ✭ 96 (-3.03%)
Mutual labels:  tutorial
30 Days Of Python 3.6
This is a soon-to-be archived project version of 30 Days of Python. The original tutorial still works but we have an updated version in the works right now.
Stars: ✭ 98 (-1.01%)
Mutual labels:  tutorial
Machine Learning Algorithms
A curated list of almost all machine learning algorithms and deep learning algorithms grouped by category.
Stars: ✭ 92 (-7.07%)
Mutual labels:  tutorial
Easy Yolo
Yolo (Real time object detection) model training tutorial with deep learning neural networks
Stars: ✭ 98 (-1.01%)
Mutual labels:  tutorial
Uikit Playground
Blog posts about things I learned over the years working with UIKit and accompanying sample code.
Stars: ✭ 95 (-4.04%)
Mutual labels:  tutorial
Learn Jetpack Compose By Example
🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way
Stars: ✭ 1,319 (+1232.32%)
Mutual labels:  sample-app
Absolutebeginnerprojects
A repo for brand new devs who are looking for great real-world fundamental practice projects
Stars: ✭ 93 (-6.06%)
Mutual labels:  tutorial
Swiftcrossplatformframework
Tutorial to create cross platform framework for Swift compatible with Carthage and SwiftPM
Stars: ✭ 98 (-1.01%)
Mutual labels:  tutorial
My Appdaemon
My apps, my helpfiles, all about AppDaemon for Home Assistant
Stars: ✭ 94 (-5.05%)
Mutual labels:  tutorial
Elasticsearch Hn
Index & Search Hacker News using Elasticsearch and the HN API
Stars: ✭ 92 (-7.07%)
Mutual labels:  tutorial
Keras Tutorial
Tutorial teaching the basics of Keras and some deep learning concepts
Stars: ✭ 98 (-1.01%)
Mutual labels:  tutorial
Ecno
Ecno is a task state manager built on top of UserDefaults in pure Swift 4.
Stars: ✭ 92 (-7.07%)
Mutual labels:  tutorial
A Reason React Tutorial
included code for A ReasonReact Tutorial
Stars: ✭ 94 (-5.05%)
Mutual labels:  tutorial
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-3.03%)
Mutual labels:  tutorial
Django Auth0 Vue
A Django REST Framework + Vue.js CRUD Demo Secured Using Auth0
Stars: ✭ 99 (+0%)
Mutual labels:  auth0

MEAN-RSVP-Auth0

This is the sample repository for the Real-World Angular Series of tutorials. Begin the tutorials here: Real-World Angular Series - Part 1.

Requirements

This repo is intended to be supplemental to the tutorials. Reference the tutorials for full implementation details.

Install

Clone this repository, then run:

$ npm install

Setup

  • Add your Auth0 and MongoDB credentials and remove .SAMPLE extension: server/config.js.SAMPLE
  • Add your Auth0 credentials and remove .SAMPLE extension: src/app/auth/auth.config.ts.SAMPLE

Development server

$ npm run dev

App available at http://localhost:4200.

Server available at http://localhost:8083/api.

Build (local)

$ ng build --prod // client
$ node server // server

App and server both available on http://localhost:8083.

Deploy

To deploy the app in this repo to a production environment, follow the instructions here: Real-World Angular Series - Part 8.

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.

Create a Free Auth0 Account

  1. Go to Auth0 and click Sign Up.
  2. Use Google, GitHub, or Microsoft Account to log in.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].