In this post, we will write user interface in React for token-based authentication to Django backend. We will use code from previous post: Token Based Authenitcation with Django Rest Framework and Djoser (code with tag v2)
Blog
Keep up with the latest news. Contact us for any questions by filling a form or email.
-
React Token Based Authentication to Django Backend
React Token based authentication Frontend Piotr Płoński, October 27, 2020
-
Token Based Authentication with Django Rest Framework and Djoser
Django Drf Token based authentication Djoser Backend Piotr Płoński, October 26, 2020
In this post, we will add token-based authentication with Django Rest Framework and Djoser. The Django Rest Framework is a package for faster building REST API with Django. The Djoser provides basic views to handle authentication actions such as create user, login, logout.
-
Starting SaaS with Django and React
Django React Boilerplate Frontend Backend Piotr Płoński, October 23, 2020
Software-as-a-Service (SaaS) is a model of software delivery in which users pay a subscription to get access to centrally hosted software. Nowadays, you can easily build your own SaaS, but you need to have programming skills. There are a lot of open-source web frameworks that allow you to quickly create a web service. You can serve SaaS on rented hardware in the cloud. You can start your own SaaS at 10-50$ per month of total costs (but you need to have programming skills!).