Blog Posts

User authentication with JWTS in a Django and vue.js multi-tenant app

lewiskori's DEV Profile

On the last post of the Django multi-tenant series, we set up a Django project from scratch. In this part, we'll set up the authentication system using JWTs and connect the API to a vue...