Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcel-msc/auth-server
Nodejs sever to learn how to use jsonwebtoken, authentication a user and to create, delete and update user information
https://github.com/marcel-msc/auth-server
bcryptjs cors dotenv express jsonwebtoken lowdb
Last synced: 18 days ago
JSON representation
Nodejs sever to learn how to use jsonwebtoken, authentication a user and to create, delete and update user information
- Host: GitHub
- URL: https://github.com/marcel-msc/auth-server
- Owner: Marcel-MSC
- Created: 2024-01-25T15:55:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T02:23:53.000Z (8 months ago)
- Last Synced: 2024-10-16T17:12:24.935Z (2 months ago)
- Topics: bcryptjs, cors, dotenv, express, jsonwebtoken, lowdb
- Language: JavaScript
- Homepage:
- Size: 857 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
auth-server
[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)---
This is a project to learn about JWT, server authentication, creat user, verify user token and account email.
## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)This project use jsonwebtoken, bcryptjs, cors, express, lowdb to create a server that can:
- add user
- check if is loggin
- verify user
- account email verificationThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- clone repository
- create a jwt secret key on .env
- npm i
- npm run dev### Installing
```
npm i
```And run
```
npm run dev
```You can use this auth server to authentication of users.
You can use as a API or developer more features.
Using a app to created the post`s. I use Insommia.- [@Marcel-MSC](https://github.com/Marcel-MSC) - Idea & Initial work