https://github.com/pr47h4m/mysql-authentication
Token Based Authentication Using MySQL & NODE.JS
https://github.com/pr47h4m/mysql-authentication
authentication mysql nodejs token-based-authentication
Last synced: about 2 months ago
JSON representation
Token Based Authentication Using MySQL & NODE.JS
- Host: GitHub
- URL: https://github.com/pr47h4m/mysql-authentication
- Owner: Pr47h4m
- License: mit
- Created: 2021-02-20T06:08:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T05:04:22.000Z (over 5 years ago)
- Last Synced: 2025-08-28T08:30:13.958Z (10 months ago)
- Topics: authentication, mysql, nodejs, token-based-authentication
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL Authentication In NODE.JS
## With ♥ By [```Pratham Jaiswal```](https://linkedin.com/in/pr47h4m)
### Getting Started
#### Clone Repository
```bash
git clone https://github.com/Pr47h4m/MySQL-Authentication.git
```
#### Updating Secrets
| ```File``` | ```Change``` |
| :---------------: | :-----------------------------------------: |
| api-key.js | Set your own API_KEY for request validation |
| database-creds.js | Set your own database credentials |
#### Run Application
```cmd
npm install
npm start
```