maicol07
I see that now, thanks. Looks like the 401 is expected for the token since the user doesn't exist, after the 401 the signup is attempted. Unfortunately I now see that the signup fails because my website usernames allows periods, but flarum does not.
/api/users` resulted in a `422 Unprocessable Entity` response:
{"errors":[{"status":"422","code":"validation_error","detail":"The username may only contain letters, numbers, and dashe (truncated...)
I cannot change my usernames, so I'll have to figure out of there is anyway around this limitation of flarum.