You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.