superlogin icon indicating copy to clipboard operation
superlogin copied to clipboard

Powerful authentication for APIs and single page apps using the CouchDB ecosystem which supports a variety of providers.

Results 101 superlogin issues
Sort by recently updated
recently updated
newest added

I was having a hard time figuring out how to add a `validate_doc_update` to a design doc, this would have answered my question.

For clarity I decided to move my `nobody` / unauthorized users question I asked in https://github.com/colinskow/superlogin/issues/152 here. When using the Cloudant authorization model each db's `_security` document contains API Keys...

I was struggling to get an oauth provider to work so I dived a bit in the code. I found this if statement and the logic puzzled me. ```javascript if(accessToken...

**The problem:** We want to use two (or more) CouchDB instances (failover, load balancing) with replicated databases per instance. Since superlogin is changing the **_security** document for a database, which...

I'll eventually need to be able to suspend and resume user accounts and I dare say other devs will too so I think this would be a worthy feature extension....

We found a lot of messages like this in our coucdb log: `OS Process #Port Log :: function raised exception (new TypeError("doc.unverifiedEmail is undefined", "undefined", 5)) with doc._id ` They...

Superlogin's [Quickstart](https://github.com/colinskow/superlogin#quick-start) mentions: > Note: Session tokens for your API will be unusable as soon as they expire. However, there is no mechanism to automatically revoke expired credentials with CouchDB....

In our application we were allowing usernames with uppercase letters and then later new users were wondering why they couldn't log into their accounts. Is it necessary to downcase username?...

It says: > You can also use the same token and password combination to access your personal database. But doesn't tell you how to do that. I've tried: - /auth/dbname$username...