ra-data-django-rest-framework
ra-data-django-rest-framework copied to clipboard
react-admin data provider for Django REST framework
No commits for almost a year now. What's the status for this project?
Dear All, I was wondering if there is any plan in the future to relocate JWT from local storage to other safer place, as recommended in this article: https://marmelab.com/blog/2020/07/02/manage-your-jwt-react-admin-authentication-in-memory.html
Hi and thanks for this lib. Can you please upgrade the react-admin version that this lib is using to v4?
Change Pagination to PaginationPayload Change Sort to SortPayload Change Filter to Filter Payload
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.5 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @dlafreniere in lquixada/cross-fetch#124 New Contributors @dlafreniere made their...
On the example client (example/client/src/index.js) you use permissions for displaying or not the users section: ``` {permissions => [ , , permissions ? : null, , ]} ``` Are those...