dumbo/examples/cookie-jwt-auth
2024-09-09 10:10:44 +01:00
..
2024-09-09 10:10:44 +01:00
2024-09-09 10:10:44 +01:00
2024-09-09 10:10:44 +01:00

Cookie JWT Auth Example

This example showcases how to uses a JWT to store information about the logged in user.

Getting Started

  1. Install dependencies:

    composer install
    
  2. Start the server:

    composer start
    
  3. Start the database server:

    brew install tursodatabase/tap/turso
    turso dev --port 8001
    
  4. Visit the URL http://localhost:8000 in your browser.