Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Project logo

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)

## 🧐 About

This project use jsonwebtoken, bcryptjs, cors, express, lowdb to create a server that can:
- add user
- check if is loggin
- verify user
- account email verification

## 🏁 Getting Started

These 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
```

## 🎈 Usage

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.

## ✍️ Authors

- [@Marcel-MSC](https://github.com/Marcel-MSC) - Idea & Initial work