mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 14:18:14 +01:00
Cookie Auth Example
This example showcases how to use signed cookies for authentication that uses a database for storing sessions.
Getting Started
-
Install dependencies:
composer install
-
Start the server:
composer start
-
Start the database server:
brew install tursodatabase/tap/turso turso dev --port 8001
-
Visit the URL http://localhost:8000 in your browser.