Multi-tenant SaaS Blogging API, blogging platform designed to serve multiple tenants from a single shared backend.
Stars
2
Forks
0
Watchers
2
Open Issues
1
Overall repository health assessment
314
commits
No package.json found
This might not be a Node.js project
✅ Updated gitignore and removed test.html for SSE manual test
d097cb0View on GitHub✅ Updated tests to return 401 error for not authenticated
0b35663View on GitHub✅ Fixed local auth logout returning 500 when no credentials is passed
8a062d4View on GitHub✅ Added email verification password reset in auth sent via email
5c84b45View on GitHub✅ Created admin crud for model related to admin and notification
55745b4View on GitHub✅ Created admin route for model related to admin and notification
a214606View on GitHub✅ Created logging middleware to log request, reponse and process time
1bd032cView on GitHub