Peter Uithoven

Results 216 issues of Peter Uithoven

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 quite a couple of places promises are rejected with a non-error, a few examples: https://github.com/colinskow/superlogin/blob/master/lib/session.js#L67 https://github.com/colinskow/superlogin/blob/master/lib/session.js#L77 https://github.com/colinskow/superlogin/blob/master/lib/util.js#L40 https://github.com/colinskow/superlogin/blob/master/lib/util.js#L47 https://github.com/colinskow/superlogin/blob/master/lib/local.js#L25 This seems to be one of the causes of getting...

The new new (beta) [PouchDB-find](http://nolanlawson.github.io/pouchdb-find/) makes it quite easy to create indexes, like for example: ``` js const createIndexResult = await db.createIndex({ index: { name: 'updatedOn', ddoc: 'sketches', fields: [{...

See: https://github.com/colinskow/superlogin/issues/112

We're working on a project where a user can get his or hers profile upgraded. This works by adding an additional role to the user's `roles` with a custom api...

Is there a way to configure a replyto address? Using `no-reply@...`, which is quite common, would give a clear sign that replying to confirmation / password change E-mails won't work....

So, you clearly state this project is experimental, but does this work? I'm curious because I don't see any code where it communicates with external services or store anything. It...

I'm not sure this is the right "level" to tackle this issue, please let me know if it's not. In .vapi files you can have a lot of `[Version ...]`...

I noticed that newlines are ignored, isn't one aspect of github flavored markdown that they are not ignores? See: https://help.github.com/articles/writing-on-github/

bug

Check that increments of 4 spaces are used as indentation. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/54773757-test-for-indentation?utm_campaign=plugin&utm_content=tracker%2F45980444&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F45980444&utm_medium=issues&utm_source=github).

Status: In Progress