rilarchsen
❔ Recommended Session Approach for WebApplication (React frontend, WebApi backend)
you could implement yourself some cookie-based auth with JWTs and use a decoding middleware in your backend, or you could even try to implement Auth0. I have had some success with it and it is relatively easy set up and manage, free, and you don't have to worry about storing password hashes etc...
8 replies