DEV Community

Mare
Mare

Posted on

How can i implement an guest session without authentication in a React/ExpressJS app ?

I'm looking to implement a functionality where the user clicks on a "Continue as a guest" , the user is assigned a guest session and is redirected to the home page.
What could be the best way to execute this ?

Top comments (0)