xerosanyam / remfo

a tool that helps you remember forever
https://www.remfo.app/
8 stars 1 forks source link

move to jwt #90

Open xerosanyam opened 2 months ago

xerosanyam commented 2 months ago

cookie based approach is good for server side rendering and making an app that works without JS, but it doesn't work with mobile apps.

We have 2 options

  1. maintain 2 solutions
  2. move to JWT entirely.