userbase
userbase copied to clipboard
Create secure and private web apps using only static JavaScript, HTML, and CSS.
Proposed usage: ```js userbase.itemHistory({ databaseName, itemId }).then(revisions => { for (const revision of revisions) { const { item, username, userDeleted, timestamp } = revision // maybe file stuff too? Not...
**1. Opening database removes existing handler** I guess [this behavior is intentional](https://github.com/encrypted-dev/userbase/blob/master/src/userbase-js/src/db.js#L388), but it's not obvious. I'd be happy to document it. **2. `changeHandler` is called on database open** It's...
Is there a way to single sign on using a link?
On every delete operation on items from the to-do example the password manager is triggered (tested 1password on mac on my laptop). A prompt is shown to store the password.
Wow, At first I wasn't for sure if I understood correctly what userbase was... until I started reading the DOCS and the code examples and now I am very excited...
AssertionError: expected '' to have a property 'userbase' Because this error occurred during a 'before each' hook we are skipping the remaining tests in the current suite: 'Signup Testing'
The lines: https://github.com/encrypted-dev/userbase/blob/master/src/userbase-server/setup.js#L378 are ignoring any kind of proper setup of the region as per https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-region.html Even if running on EC2 we should allow the users to pick another region...
See the attached image below, it looks like data stored hasn't been updated since July 8th, at least for me. Maybe others? Happy to help troubleshoot in any way I...
Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [forever](https://github.com/foreverjs/forever). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...