mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 22:28:25 +01:00
456 B
456 B
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.