Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ab70/elysiajs_luciaauth_session

An ElysiaJs api backend example with lucia-auth and mongodb for user authentication with session management.
https://github.com/ab70/elysiajs_luciaauth_session

bun elysiajs lucia-auth mongodb

Last synced: about 1 month ago
JSON representation

An ElysiaJs api backend example with lucia-auth and mongodb for user authentication with session management.

Awesome Lists containing this project

README

        

# ElysiaJs_luciaAuth_session
Its been a tough choice for early testing of elysiaJs which is in a developing process but it is so promising that i could not hold myself from testing it.
After successfully testing it with some challanges I can say it will be a good choice in future for performance and safety.

Used:
1.Elysis Js
2.lucia-auth

ElysiaJs still dont have the session management package, so tried to solve it with lucia-suth and did it successfully. And amazed how lucia-auth works with 3 different table for handling user, session and a key table.