mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 14:18:14 +01:00
Cookie JWT Auth Example
This example showcases how to uses a JWT to store information about the logged in user.
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.