shortthirdman / ember-webtoken-jwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember JWT

This README outlines the details of collaborating on this Ember application.

This is a very simple Ember 2.0 application that uses JSON Web Tokens (JWT) to authenticate to a protected API.

For the application to work properly, you must also get and run Auth0's
NodeJS JWT Authentication Sample, which will act as the JWT issuer and also provides the protected API.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • npm install -g ember-cli
  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

License:MIT License


Languages

Language:JavaScript 76.3%Language:HTML 23.5%Language:CSS 0.2%