auth0-blog / ionic2-auth

MIT License
21 stars 14 forks source link

Ionic 2 JWT Authentication

This repo goes along with Auth0's Ionic 2 JWT Authentication article.

Installation and Running the App

Clone the repo, then:

# Grab the server dependency
git submodule update --init

# Install everything
cd server && npm install
cd ..
npm install

# Run the server
node server/server.js

In a new terminal tab, run the app:

# In the browser
ionic serve

# or with an emulator
ionic emulate ios

What is Auth0?

Auth0 helps you to:

Create a Free Auth0 Account

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

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.