Skip to content

This is an authentication and authorisation project written in typescript with bun as javascript runtime. It uses posgresql as database and prisma as ORM. It takes benefit of JSON web tokens for maintaining server side sessions and to protect unauthorised access to private routes.

Notifications You must be signed in to change notification settings

prajjwal2-3/auth-server-bun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth-server

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.8. Bun is a fast all-in-one JavaScript runtime.

About

This is an authentication and authorisation project written in typescript with bun as javascript runtime. It uses posgresql as database and prisma as ORM. It takes benefit of JSON web tokens for maintaining server side sessions and to protect unauthorised access to private routes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published