ra-data-feathers icon indicating copy to clipboard operation
ra-data-feathers copied to clipboard

A feathers rest client for react-admin

Results 21 ra-data-feathers issues
Sort by recently updated
recently updated
newest added

`react-admin` is a peer dependency of this package, but for version `^2.1.1`: https://github.com/josx/ra-data-feathers/blob/master/package.json#L49 This is totally broken, as `react-admin` `v4` is the latest stable now, and before there was `react-admin`...

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3. Changelog Sourced from async's changelog. v3.2.3 Fix bugs in comment parsing in autoInject. (#1767, #1780) v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask...

dependencies

When the FeathersJS app users table is changed and the app restarted (e.g. for development), so the originally logged in user doesn't exist anymore, `react-admin` doesn't return to the login...

A `KnexJS`/`SQLite` `date` type field is used as `source` for a `react-admin` `

The `ra-data-feather` provider can't be decorated (for extending or changing its behavior) the usual way ([as the example in the `react-admin` does](https://marmelab.com/react-admin/DataProviders.html#extending-a-data-provider-example-of-file-upload)). The reason is that the `ra-data-feather` provider returns...

`react-admin` often uses `q` as full text search parameter. Currently FeathersJS will try to use `q` as column (which usually doesn't exist in the table) and report a query error....

Hi, need some help here. My authentication feathers return this. ``` { "accessToken": "", "authentication": { "strategy": "local", "accessToken": "", "payload": { } }, "user": { "id": 10, "username": "John...

According to the [v3 blog](https://marmelab.com/blog/2019/10/09/react-admin-v3-auth.html#new-code-classlanguage-textauthprovidercode-signature) react admin changed its auth provider signature. @FacundoMainere Has done a [WIP](https://github.com/josx/ra-data-feathers/pull/146) on this **To be done:** We still need to be retrocompatible with react-admin...

Hello, in feathersjs when you logged in, you get the accessToken and user data (at least default configuration) . The accessToken is saved at localStorage, so, there are any posibility...

I am currently running feathers v4, and using custom JWTStrategy to add user role into JWT token. With this implementation i am unable to access authenticated web-services. Is there any...