#User registration system with simple jwt
5 messages · Page 1 of 1 (latest)
Look at permission classes. There should be one that limits to users who are authenticated. I think AuthenticatedOrReadOnly would work, but it means the GET/read side of things is available to the public
but that's the idea, the public can see/GET but cannot make a new POST to the API. Do you know anything from the documentation that I can read and use to change user permissions and create a registration system?
Why doesn't the built in authentication not work for you?
use dj-res-auth with dj-allauth