Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ab70/elysiajs_luciaauth_session
- Owner: ab70
- Created: 2023-08-02T16:44:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-14T05:42:35.000Z (5 months ago)
- Last Synced: 2024-07-14T06:39:01.734Z (5 months ago)
- Topics: bun, elysiajs, lucia-auth, mongodb
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-authElysiaJs 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.