bmihelac / ra-data-django-rest-framework

react-admin data provider for Django REST framework
MIT License
100 stars 28 forks source link

Authorization #60

Open vahidqo opened 2 years ago

vahidqo commented 2 years ago

Dear all, could you please explain how to use Authorization? for example, how to set User Permissions and use it like this: {permissions === 'admin' && <TextInput source="role" validate={[required()]} />} bests,