DEV Community

Discussion on: FullStack React & Django Authentication : Django REST ,TypeScript, Axios, Redux & React Router

Collapse
 
ktoole profile image
Kristian Toole

Thanks for this awesome tutorial!! Is there a way to make the auth/register only available to super users? That way if the app is public facing, not just anyone can create themselves as a user. Any tips or advice for this?

Collapse
 
ktoole profile image
Kristian Toole

I think I just now figured it out. I updated the permission_classes for the registrationviewset. :)