godcrampy / jwt-auth-server

Simple JWT authentication server written using typescript and mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWT Auth Server

Simple JWT authentication server written using typescript and mongodb with Role Based Access Control included.

Setup

Add mongodb credentials to src/config/db.config.ts:

// db.config.ts
export const URL = "<connection_url>";

Refresh Tokens not supported

About

Simple JWT authentication server written using typescript and mongodb


Languages

Language:TypeScript 100.0%