You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an auth endpoint returns a correct auth signature but the response status is 201 Created, the HttpAuhorizer will simply fail the authorization. I went through the documentation of auth signatures but couldn't find any references to what status code the auth endpoint is expected to return.
If the only valid status code is 200 OK, I'd think it would be great to add it to the documentation. If, 201 OK is considered a valid status code as well, I'd be happy to create a pull request for it.