Hello, 
 I was just reading through this 
page to set up multipass authentication, but keep getting this error: "Invalid MultiPass token." Here are the steps I have taken
  1. Updated my eazybi.yml to include:
    multipass:
          site_key: "ntddatabase"
          api_key: "verysecretkey"
          create_user: true
          update_name: true
 (restarted the server for good measure)
  2. Generated a multipass token using the examples in /examples/multipass folder ( I have tried using the token generated with the ruby and php script)
  3. Tried to access the server with this url: 
http://localhost:8888/eazybi/users/multipass/ntddatabase?multipass=up6UfgVWrJ2P0J1fDd6o0_zrICty3p9Ie5BfBgtaynCEWdWzOOgnEyK69dgbvMyeamEms8dpeGAJ0kxLwTNrHALYva49KCTVWappQaHJ2-laO2qguoiKUXIuuTqQlqjB(where the bold text is what was the generated multipass token)
And this is what I am seeing in the System Events page:
  "account_id": null,
  "user_id": null,
  "exception": [
    "MultiPass::Invalid",
    "The MultiPass token is inv...
{
  "account_id": null,
  "user_id": null,
  "exception": [
    "MultiPass::Invalid",
    "The MultiPass token is invalid."
  ]
}