Sign in now goes from Auth0, back to the app, which gets the user ID from the response and redirects to the journal page. Woot!
- Decided to go with straight Suave "Experimental" views (for now) - Created EF Core entity model (our data is pretty structured, and PostgreSQL (target DB) supports max-length strings) - Added Auth0 lock - Converted to 1.0 tooling