Skip to content

Commit 4c38e9c

Browse files
committed
🎉 feat: lucia auth
1 parent c12017e commit 4c38e9c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/plugins/overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,20 @@ That's why Elysia is creating pre-built common pattern plugin for convinient usa
4141
- [WebSocket](/patterns/websocket) - websocket support
4242

4343
## Community plugins:
44+
- [Lucia Auth](https://github.com/pilcrowOnPaper/lucia) - Authentication, simple and clean
45+
- [Elysia Clerk](https://github.com/wobsoriano/elysia-clerk) - Unofficial Clerk plugin for ElysiaJS
46+
- [Elysia Polyfills](https://github.com/bogeychan/elysia-polyfills) - run Elysia ecosystem on Node and Deno
47+
- [Vite](https://github.com/timnghg/elysia-vite) - Simple Elysia plugin that helps you use Vite. It serve your entry html file with Vite's scripts injected
48+
- [Elysia Helmet](https://github.com/DevTobias/elysia-helmet) - secure Elysia apps with various HTTP headers.
49+
- [Vite Plugin SSR](https://github.com/timnghg/elysia-vite-plugin-ssr) - Vite Plugin SSR using Elysia server
4450
- [OAuth2](https://github.com/bogeychan/elysia-oauth2) - handle OAuth 2.0 authorization code flow
4551
- [Rate Limit](https://github.com/rayriffy/elysia-rate-limit) - simple lightweight rate limiter
4652
- [Logger](https://github.com/bogeychan/elysia-logger) - pino logging elysia middleware
47-
- [Elysia Polyfills](https://github.com/bogeychan/elysia-polyfills) - run Elysia ecosystem on Node and Deno
4853
- [Elysia Lambda](https://github.com/TotalTechGeek/elysia-lambda) - deploy Elysia on AWS Lambda
4954
- [Decorators](https://github.com/gaurishhs/elysia-decorators) - use typescript decorators with elysia
50-
- [Vite](https://github.com/timnghg/elysia-vite) - Simple Elysia plugin that helps you use Vite. It serve your entry html file with Vite's scripts injected
51-
- [Vite Plugin SSR](https://github.com/timnghg/elysia-vite-plugin-ssr) - Vite Plugin SSR using Elysia server
52-
- [Elysia Clerk](https://github.com/wobsoriano/elysia-clerk) - Unofficial Clerk plugin for ElysiaJS
5355
- [Autoroutes](https://github.com/wobsoriano/elysia-autoroutes) - file system routes for Elysia
5456
- [Group Router](https://github.com/itsyoboieltr/elysia-group-router) - file system and folder-based router for groups.
5557
- [Basic Auth](https://github.com/itsyoboieltr/elysia-basic-auth) - basic http authentication for Elysia.
56-
- [Elysia Helmet](https://github.com/DevTobias/elysia-helmet) - secure Elysia apps with various HTTP headers.
5758

5859
---
5960
If you have plugin written for Elysia, feels free to share you plugin by creating PR to [documentation repo](https://github.com/elysiajs/documentation).

0 commit comments

Comments
 (0)