Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harmoniousmoss/baseelysiaauthmongo

Basic authentication system and user role-based access control in Typescript, using Elysia.js and MongoDB
https://github.com/harmoniousmoss/baseelysiaauthmongo

bun elysiajs mongodb typescript

Last synced: 15 days ago
JSON representation

Basic authentication system and user role-based access control in Typescript, using Elysia.js and MongoDB

Awesome Lists containing this project

README

        

## Basic Elysia.js With MongoDB Auth
Here is the basic Elysia.js with MongoDB Auth. This is a simple API that uses MongoDB for authentication. This API has the following features:

- [x] User Registration
- [x] Admin seed
- [x] User role
- [x] User Login
- [x] Email verification
- [x] User approval
- [x] User List
- [x] User middleware