Brian Morrison II @brianmm.dev · Dec 13

3️⃣ For sign in, need a page with client and server side validation to create the session in the db and return the identifier stored in a cookie.

0 likes 1 replies

?

Replies

Brian Morrison II · Dec 13

4️⃣ Cookies are sent back to the server with every request. The session ID is parsed from the cookie to cross reference the validity of the session and the associated user. On the client, a context and provider can be used for site wide auth checking.