Does session authentication fully works with react pages. So if permission based pages how it will work. Earlier I am using the django html pages with template rendering. Now I am trying to learn more about the react. I want to give it a try but I am using session authentication now with the django. But I want to know that it will be possible to develop fully session based authentication is it directly possible or a third party package is needed. Directly i tried with my login page in the react. But when I am calling the api with it the IsAuthenticated method is giving 403 forbidden.
Did I miss anything.