Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xasos/jwt-example

JSON Web Token Implementation with Angular/Node
https://github.com/xasos/jwt-example

Last synced: about 1 month ago
JSON representation

JSON Web Token Implementation with Angular/Node

Awesome Lists containing this project

README

        

jwt-example
==========

JWT (JSON Web Token) Implementation with Angular/Node.

**Disclaimer:** This project is meant to demonstrate JSON Web Tokens on the client and server side, and is not necessarily secure.

## How to Run
```sh
$ npm install
$ node server.js

# Open a new terminal window and run the following
$ cd Public
$ http-server # If you don't have this, run npm install -g http-server
$ open localhost:8080
```

## License
[MIT License](LICENSE)