bmihelac / ra-data-django-rest-framework

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

Are you interested in a token provider based on `djangorestframework-simplejwt`? #34

Closed barseghyanartur closed 3 years ago

barseghyanartur commented 3 years ago

Are you interested in a token provider based on djangorestframework-simplejwt?

bmihelac commented 3 years ago

Hi @barseghyanartur, yes, jwt would be a good addition. As a note, I am currently not actively working on this project.

barseghyanartur commented 3 years ago

@bmihelac:

I'm not actively working on any of mine too. :) Just trying to be helpful. I was already pleased to discover react-admin which made my day by allowing me to implement the desired features within no time. I then discovered this package and was happy to throw away some of my code in favor of what you have made. Thus, many thanks!

sheriffdeen-yusuf commented 3 years ago

Hi @barseghyanartur, yes, jwt would be a good addition. As a note, I am currently not actively working on this project.

Hello @bmihelac, sincerely appreciate your tremendous effort and other contributors on this framework. I had issues following up with the example, a console error pops up; host:3000 can't access host:8000. I'd sincerely appreciate any help on how to properly connect my react-admin to Django rest-api.

Thanks.

barseghyanartur commented 3 years ago

@sheriffdeen-yusuf:

Demo of this project worked for me out of the box. Follow the instructions in the docs.

barseghyanartur commented 3 years ago

PR accepted and merged into the master.