Skip to content

Commit 276cbe5

Browse files
authored
Merge pull request #305 from qlaffont/patch-1
doc: add plugins
2 parents ff11d6a + 5897cdf commit 276cbe5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/plugins/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ This is to ensure developers end up with a performant web server they intend to
8181
- [Elysia AuthKit](https://github.com/gtramontina/elysia-authkit) - unnoficial [WorkOS' AuthKit](https://www.authkit.com/) authentication
8282
- [Elysia Error Handler](https://github.com/gtramontina/elysia-error-handler) - simpler error handling
8383
- [Elysia Drizzle Schema](https://github.com/Edsol/elysia-drizzle-schema) - Helps to use Drizzle ORM schema inside elysia swagger model.
84+
- [Unify-Elysia](https://github.com/qlaffont/unify-elysia) - Unify error code for Elysia
85+
- [Unify-Elysia-GQL](https://github.com/qlaffont/unify-elysia-gql) - Unify error code for Elysia GraphQL Server (Yoga & Apollo)
86+
- [Elysia Auth Drizzle](https://github.com/qlaffont/elysia-auth-drizzle) - Library who handle authentification with JWT (Header/Cookie/QueryParam).
87+
- [graceful-server-elysia](https://github.com/qlaffont/graceful-server-elysia) - Library inspired by [graceful-server](https://github.com/gquittet/graceful-server).
8488

8589
---
8690

0 commit comments

Comments
 (0)