I have a basic question.
From all the tutorials and document that I have gone through for DRF, my understanding is that Token authentication is used to access the REST APIs.
So, my question is, does DRF have such a user creation system, or is it only done through the Django User model, i.e. The way we have a Django user model, which is used to register/create a new user in a database and login with their registered account.?
I hope my query is clear.
Regards,
Amitesh
No comments:
Post a Comment