Excited Publicexp.hashnode.dev·Oct 1, 2024JSON Web Token (JWT) Authentication with Django Rest Framework - #DRF06Welcome to another article in our Django Rest Framework series. In this article, we will be discussing how to use JSON Web Tokens (JWT) to authenticate users in Django Rest Framework. Introduction to JSON Web Tokens JSON Web Tokens (JWTs) are a compa...DiscussDjango Rest Frameworkdrf
mamuro oyiboluawhoremamuro.hashnode.dev·Jun 30, 2024Integrating One-time Password In Django Rest FrameworkINTRODUCTION One-Time Password or One-Time Pin (OTP) is a security feature used to provide an extra layer of security for authenticating a user. A one-time password (OTP) as the name implies is a password that is used to validate one login session. T... Faithful Adeda and 1 other are discussing this2 people are discussing thisDiscuss·6 likes·87 readsDjango
mamuro oyiboluawhoremamuro.hashnode.dev·Jun 2, 2024How To Implement Swagger In Django Rest Framework (drf)INTRODUCTION: Swagger is an open-source framework that helps developers design, build, document, and consume RESTFUL web services. It is used to document APIs, which helps the developers to understand the basic behavior of every endpoint created. It... Faithful Adeda and 1 other are discussing this2 people are discussing thisDiscuss·8 likes·155 readsswaggerindrf
Ahmad W Khanblog.ahmadwkhan.com·May 29, 2024The Ghost in the Load Balancer: A Production Deployment NightmareAs a seasoned software engineer with a decade under my belt, I've seen my fair share of production deployment disasters. But one night, in the wee hours before a major product launch, I encountered a bug that nearly drove my boss to defenestration. I...Discuss·44 readsDevops
SHAIK IRFANirfanblogs.hashnode.dev·May 9, 2024How to Integrate ReactJS with Django FrameworkIntroduction In today's web development landscape, building dynamic and interactive user interfaces is essential for creating engaging web applications. ReactJS has emerged as a powerful front-end library for building user interfaces, while Django re...Discuss·133 readsReact
Musaib Altafmusaaib.hashnode.dev·Feb 18, 2024Crafting Ironclad Security: An Introduction to JWT Authentication in DjangoIn the superfast paced world of software development, ensuring the security of the system or the application is cardinal and paramount. Most of the applications we build are, for obvious reasons, concerned with the data and data, in the contemporary ...Discuss·2 likes·124 readsJWT token,JSON Web,Token,Token authentication,Access token,JSON token,JWT security,JWT authentication,Token-based authentication,JWT decoding,JWT implementation
Arjun AdhikariforPython is Lovepythonislove.com·Jan 9, 2024Authenticating User while testing websocket using Django ChannelsAuthenticating users while testing socket connections using Django Channels involves a few steps. Here's a general guide on how to achieve this: 1. Set Up Django Channels Firstly, ensure that Django Channels is properly installed and configured in yo...Discuss·60 readsDjangoDjango
Prakhar Parasharicodeprakhar.hashnode.dev·Dec 23, 2023Hacks to Transform Your Lagging API into a Speedster!Are your APIs lagging? In an era where digital interactions happen at the speed of thought, having a lightning-fast API is non-negotiable. In this blog, we delve into the latest and trendiest strategies to revitalize your API endpoints, bringing them...DiscussAPIs
Sujata Roychowdhurylearntogrow.hashnode.dev·Sep 20, 2023Django Rest Framework: Building APIs with EaseDjango is a popular web framework for building web applications. It provides a lot of built-in features and tools that make web development faster and easier. One of those features is the Django Rest Framework (DRF), which provides a set of tools and...DiscussWeb Development
Joshua Olumoyintitobzzz.hashnode.dev·Aug 14, 2023How to Build an API using Django REST Framework with Ease #1This article is part of a series that is focused on helping beginners master the Django Rest framework and become efficient at writing REST APIs. Prerequisite: This article is beginner-friendly, and to understand it well, you should have: basic und...Discuss·57 readsdrf