mock-A3, JWT issue and Auth, and View level REST API security
Things to work out:
- there is a User model in this branch, but it lives in the
ttatauth
package - whereas it lives in the data model in another branch (so when that merges, we should rebase here and use that) - ALL end-points now require a jwt or it will fail. Only the facilities tests have this worked out right now
Edited by Reid Givens