Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkersumida/auth-web-jquery
https://github.com/walkersumida/auth-web-jquery
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/walkersumida/auth-web-jquery
- Owner: walkersumida
- Created: 2017-04-09T09:19:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T09:43:38.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T16:35:13.317Z (2 months ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AuthWebJquery
This repo is demo of token-base auth for jQuery.
[API](https://github.com/walkersumida/auth-api) is required to demonstrate.## Install libraries
```
bower install
```## http-server start
```
http-server
```