I first get the token using the authentication end point. I then use that token to login. If you look at the request it is 100% correct according to the documentation. When I run it I get a Bad Request error in the browser.
if I disable auto login and change the uRL to https://localhost:10019/?rest_route=/simple-jwt-login/v1/ then I can see all the routes the plugin provides and i presume I am logged in because only admin is supposed to see that right?