jadeocr / jadeocr/jadeocr-next
Kubernetes – server is stateful
Open
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Using Kubernetes for deployment requires that the backend is stateless.
We need to make all parts of the `auth` user flow stateless by moving anything stateful to the database. This might include fixing some API routes such as the `/user` route and anything that relies on the authentication cookie.
Definitely get this checked out and done sooner than later.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.