colinskow / superlogin

Powerful authentication for APIs and single page apps using the CouchDB ecosystem which supports a variety of providers.
MIT License
369 stars 116 forks source link

Mandatory Migration from Cloudant to BlueMix not compatible with Superlogin #201

Open numerized opened 6 years ago

numerized commented 6 years ago

hello Colin,

Now that there's a mandatory migration from Cloudant to BlueMix, I'm afraid your amazing superlogin middleware is not compatible with Bluemix.

What I've simply done:

  1. Migrate superlogin database from cloudant to bluemix
  2. Replace host, user and password fields to reflect bluemix configuration
  3. restart service
  4. try to connect
  5. login ok
  6. creation of permissions API Keys ok in each authorized Dbs while loggin in

Then an error to access a db 403 forbidden appear.

Can you have a look? Cloudant is going to shutdown its services on the 31st of March. Hope you can, if not I'll be in a really huge mess.

numerized (at) gmail (dot) com for any assistance on this. I'll make more tests tonight when I'll have more time.

numerized commented 6 years ago

Post above Updated to reflect my progress.