- Add a second login form in the testsite such that login, instead of returning a session cookie, uses the JWT login API to return a JSON Web Token. - Add a second register form in the testsite for doing the same for register. - Upgrade the vuejs component to generate requests with the CSRF/Cookie or JWT authorization header.