'How can we provide security for user groups in django
Hi I am a new developer to the field of Django rest framework. We are trying to protect some users to access some database tables. I understand that we can achieve this functionality using permission classes in Django rest framework but don't know how exactly to implement. We have a User model and a token is being generated after user login and is being validated from ReactJS. enter image description here
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
