Tutorials User authentication
Just Launch It uses the
popular Lucia auth library to abstract away the complexity of handling sessions. Lucia works alongside
your database to provide an easy-to-use API.
1. If you haven't already, be sure to
set up a database before continuing with this tutorial. Lucia requires a database in order to function.