Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xasos/jwt-example
- Owner: xasos
- License: mit
- Created: 2014-10-13T19:45:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T13:54:23.000Z (about 10 years ago)
- Last Synced: 2024-10-14T21:18:21.613Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)