#User registration system with simple jwt

5 messages · Page 1 of 1 (latest)

minor oriole
#

I have a simple book registration API, but I want only registered users to be able to add a book, how could I create this registration system with this library?

worn crow
#

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

minor oriole
worn crow
#

Why doesn't the built in authentication not work for you?

inner violet
#

use dj-res-auth with dj-allauth