Showing all 6 blog posts tagged with "JSON".
-
JWT Authentication: Rethinking the Pattern
Part two of a two-part series. View part one. Stateless authentication with JSON Web Tokens βββ safely! As developers who build REST APIs, we are quite familiar with JSON Web To... Read more
October 20, 2020 -
JWT Authentication: How Does it Work?
Part one of a two-part series. A REST API is a wonderful way to expose application data to a wide variety of clients. Anything that can speak HTTP can communicate with a REST A... Read more
August 21, 2020 -
How to Do Wagtail Data Migrations
Wagtail is a fantastic content management system that does a great job of making it easy for developers to get a new website up and running quickly and painlessly. Itβs no wond... Read more
September 12, 2019 -
A Guide To Creating An API Endpoint With Django Rest Framework
As part of our work to make sharp web apps at Caktus, we frequently create API endpoints that allow other software to interact with a server. Oftentimes this means using a fron... Read more
February 1, 2019 -
Basics of Django Rest Framework
What Is Django Rest Framework? Django Rest Framework (DRF) is a library which works with standard Django models to build a flexible and powerful API for your project. Basic Arch... Read more
February 26, 2018 -
Managing your AWS Container Infrastructure with Python
We deploy Python/Django apps to a wide variety of hosting providers at Caktus. Our django-project-template includes a Salt configuration to set up an Ubuntu virtual machine on ... Read more
June 28, 2017