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

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...

This check improved security.

enhancement
high priority

I'm working with [this example code](https://www.joshmorony.com/part-2-creating-a-multiple-user-app-with-ionic-2-pouchdb-couchdb/) from Josh Morony. I realise this has been mentioned in an earlier issue before the code was updated, but I cannot seem to get...

As far as I understand it superlogin uses usernames as _id's in the [userDB](https://github.com/colinskow/superlogin/blob/master/config.example.js#L69). - It looks like the username is validated using a [regexp](https://github.com/colinskow/superlogin/blob/master/lib/user.js#L14) (`/^[a-z0-9_-]{3,16}$/`), this means we limit...

Initial support for custom databases by user's roles (used only on a new account registration) ```js defaultDBs: { private: ['private1'], shared: ['shared1'] }, customDBs: [ { roles: "client1", DBs: {...

[Template Literal](https://github.com/Drulac/template-literal) is fastest, smallest and simplest template engine, because it use JS's literal template feature. It's 55 times faster than EJS, and it also use less CPU and RAM...

Hi This is a question: before digging into superlogin sources, can anyone tell me if this is conceptually possible to make superlogin work with sync_gateway? Sync_gateway is a couchdb protocol...

Using Postman, I'm POSTing to `http://localhost:4000/auth/[email protected]&password=test` which returns a valid password and token ``` { "issued": 1513064134060, "expires": 1513150534060, "provider": "local", "ip": "::1", "token": "therientortackledgedeati", "password": "a76e3a98845b67f533f25070502a12cca1c97163", "user_id": "[email protected]", "roles":...

Hi am totally need to superlogin and couchdb. I have been following this [example](https://www.joshmorony.com/part-2-creating-a-multiple-user-app-with-ionic-2-pouchdb-couchdb/) and when ever I call the register endpoint a get via postman I get { "error":...

Small patch which fixes [issue 64](https://github.com/colinskow/superlogin/issues/64) by using versioned version of `couch-pwd-updated` instead of pointing directly to master of `couch-pwd.`