2

I'm attempting to test out Multipass in a dev shop, I managed to get the Multipass logic implemented in Node.js

Now I'm getting the error: "You are not authorized to use Multipass login"

I have Multipass enabled in settings, is there something I'm missing?

user2321465
  • 139
  • 6

1 Answers1

4

Generally this error means you are sending the "remote_ip" parameter but the IP address of the browser making the request doesn't match the one in the parameter.

Richard
  • 41
  • 2