aor-loopback
aor-loopback copied to clipboard
Loopback-style REST Client for Admin-on-rest
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
I use ra-loopback. And I want to add a role during authorization. I tried to add a role like this: ``` ./authClient.js import storage from './storage'; import {decode} from 'jsonwebtoken';...
When you delete a record, you receive an error message in the response format: "The response to 'DELETE' must be like { data: { id: 123, ... } }, but...
Hi Kimkha, This is a fork for: * Modified authClient to integrate `AUTH_GET_PERMISSIONS` case * Added DELETE_MANY case for full compatibility with react-admin list view * Added UPDATE_MANY (untested) There...
https://github.com/kimkha/aor-loopback/blob/b11dca3013cb1fc1bd7e2000fed128274ca9a10f/src/storage.js#L17 Hello, first of all, thank you very much for your work, it has been excellent and it works well with admin on rest, but I do not understand the...
I suggest the code block below to add 'like' statement: ` if (query['where'] ) { var json = query['where']; query['where'] = {}; Object.keys(json).forEach(function(key) { query['where'][key] = { "like" : json[key],...
I need to set some authorization rule for my admin `Resource` for example hide some `Resource` from side menu and prevent access to it. I read https://marmelab.com/admin-on-rest/Authorization.html and see this...
Hi @kimkha, I create a simple create form for my users and it's worked well but when I try to add a `repeatPassword` field it's not working with this error...