Skip to content

shellord/fullstack-jwt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth-server-express

JWT Authentication server

Tech Stack

  • Typescript
  • Express
  • Prisma
  • Postgres
  • JWT
  • Bcrypt
  • Zod

Features

  • JWT authentication

Requirements

  • Nodejs

Installation

  • Create .env file from .env.example

  • You can use the following command to generate a random string for JWT secret [optional] to use in .env file.

    require('crypto').randomBytes(64).toString('hex')

  • Install dependencies

    npm install

  • Run the nodejs server and react client

    npm run dev

About

JWT Authentication server + client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published