Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 280 Bytes

File metadata and controls

10 lines (7 loc) · 280 Bytes

Rocket JSON Web Token & Access Roles Demo

See this blogpost.

To get this working, you need PostgreSQL set up, and run:

echo DATABASE_URL=postgres://user:pass@host/site > .env
head -c16 /dev/urandom > secret.key