| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-12-01 | Add user property to index response | -3/+15 | ||
| 2020-12-01 | Add JWT authentication middleware to middlewares list | -1/+4 | ||
| 2020-12-01 | Fix import of user | -1/+2 | ||
| 2020-12-01 | Create authentication backend for JWT | -1/+54 | ||
| 2020-12-01 | Create BaseUser implementation for JWT authentication | -0/+25 | ||
| 2020-11-30 | Update SCHEMA.md | -7/+7 | ||
| 2020-11-30 | Fix checkbox space | -1/+1 | ||
| 2020-11-30 | Update syntax highlighting | -5/+5 | ||
| 2020-11-30 | Add form schema | -6/+117 | ||
| 2020-11-27 | Specify URL and port for running in the host section | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2020-11-27 | Add "the" before "host" for running in the host header | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2020-11-27 | Detail how to set environment variables | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2020-11-27 | Fix wording and grammar for README | -12/+14 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||