Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harmoniousmoss/baseelysiaauthmongo
- Owner: harmoniousmoss
- Created: 2024-08-19T03:00:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T14:09:33.000Z (3 months ago)
- Last Synced: 2024-10-31T03:06:00.823Z (2 months ago)
- Topics: bun, elysiajs, mongodb, typescript
- Language: TypeScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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