bodgery / bodgery-member-api

1 stars 1 forks source link

Switch to Express/Cookie-Session #57

Closed kevinastone closed 3 years ago

kevinastone commented 3 years ago

Use a signed cookie session to move session state to client-side to allow a more stateless architecture (rather than storing in the postgres db).

This simplifies the architecture and speeds up the tests as well.