acebase-server
acebase-server copied to clipboard
A fast, low memory, transactional, index & query enabled NoSQL database server for node.js that easily syncs with browser and node.js clients and servers
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
I'm trying to port an application from Firebase to AceBase and I'm having trouble migrating the authorization (security) rules: - In Firebase, the `newData` variable references the prospective state of...
I'm not 100% sure this is the cause, since it's crashing the server rather than the client, but if I comment out this line then I don't get the error:...
The AceBase server, when installed on a remote server, created a config for nginx: `server { listen 80; listen [::]:80; location / { proxy_pass http://localhost:3000; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;...
I would like to use a custom authentication function for users. My use case consists in having the user_ids be public keys, and I would like to authenticate them by...
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.6.1 to 4.6.2. Release notes Sourced from socket.io's releases. 4.6.2 Bug Fixes exports: move types condition to the top (#4698) (3d44aae) Links Diff: https://github.com/socketio/socket.io/compare/4.6.1...4.6.2 Client release: 4.6.2...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...