ai-cfia / membrane-backend

Membrane Backend: A centralized authentication service for Single Sign-On (SSO) enabling seamless token-based email verification across multiple client applications.
MIT License
1 stars 0 forks source link

Handle membrane-backend session data with PostgreSQL #86

Open k-allagbe opened 10 months ago

k-allagbe commented 10 months ago

Currently, the session data in membrane-backend is managed using a "filesystem" storage mechanism. This solution is not scalable, posing risks for data loss and limiting the ability to share session states across multiple instances.

Objective

Migrate the session storage to use a PostgreSQL database to improve scalability, persistence, and data integrity.

Tasks

Acceptance Criteria

rngadam commented 10 months ago

good work detailing this plan!