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

https://github.com/codebydusk/node-auth-jwt

A simple application with some REST APIs to perform authentication with JWT
https://github.com/codebydusk/node-auth-jwt

Last synced: about 1 month ago
JSON representation

A simple application with some REST APIs to perform authentication with JWT

Awesome Lists containing this project

README

          

# [InProgress] Authentication with NodeJS using JWT (includes Express, Sequelize and MySQL)

[![Node JS](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)](https://nodejs.org/)
[![Express JS](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white)](https://expressjs.com/)
[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white)](https://www.postgresql.org/)
[![Sequelize](https://img.shields.io/badge/Sequelize-000000?style=for-the-badge&logo=Sequelize&logoColor=white)](https://sequelize.org/)

[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg?style=for-the-badge)](http://perso.crans.org/besson/LICENSE.html)
[![Open Source? Yes!](https://img.shields.io/badge/Open_Source%3F-Yes!-blue?style=for-the-badge&logo=gitHub&logoColor=white)](https://opensource.com/resources/what-open-source/)
![Language](https://img.shields.io/github/languages/top/dusk196/node-auth-jwt?style=for-the-badge)
![Size](https://img.shields.io/github/languages/code-size/dusk196/node-auth-jwt?style=for-the-badge)

A simple application with some REST APIs to perform authentication with JWT