https://github.com/bahdcoder/lucent
The missing admin panel for MongoDB
https://github.com/bahdcoder/lucent
javascript mongoclient mongodb tailwindcss typescript
Last synced: about 2 months ago
JSON representation
The missing admin panel for MongoDB
- Host: GitHub
- URL: https://github.com/bahdcoder/lucent
- Owner: bahdcoder
- Created: 2019-04-29T04:08:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T14:10:20.000Z (over 2 years ago)
- Last Synced: 2023-03-03T07:02:29.111Z (over 2 years ago)
- Topics: javascript, mongoclient, mongodb, tailwindcss, typescript
- Language: JavaScript
- Homepage:
- Size: 5.17 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucent
[](https://travis-ci.org/bahdcoder/lucent)

For auth, we are going to save the auth user token into cookies.
Then before rendering the index.edge file, we'll get the authenticated user, and add it to the request object, before rendering the index.edge file.