https://github.com/mdjsn/node-postgres-auth
Basic Authentication implementation using Express Server with backend as Postgres
https://github.com/mdjsn/node-postgres-auth
express jwt nodejs postgres
Last synced: 5 months ago
JSON representation
Basic Authentication implementation using Express Server with backend as Postgres
- Host: GitHub
- URL: https://github.com/mdjsn/node-postgres-auth
- Owner: mdjsn
- License: gpl-3.0
- Created: 2019-09-22T10:27:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T04:32:42.000Z (over 1 year ago)
- Last Synced: 2025-06-20T16:50:54.138Z (12 months ago)
- Topics: express, jwt, nodejs, postgres
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Node Postgres Auth
Repo to handle the Node JS authentication with postgres backend talks by MDJSN
## About
This is a dummy boilerplate to be used by the team which includes the basic authentication system, with JWT Token response sent back to client after verification along with Postgres to store the data
## Installation
**Clone the source locally:**
```
$ git clone https://github.com/mdjsn/node-postgres-auth
$ cd node-postgres-auth
```
**Install required node dependencies**
```
$ yarn
```
**Open in development mode:**
```
$ yarn start
```
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request
## References
- Tomodachi
- MDJSN references
## Licensing
The code in this project is licensed under GNU GPLv3 license.
