Data Science & Developer Roadmaps with Chat & Free Learning Resources
API Authentication with Tokens
In this article I'm going to show you a few common patterns for client authentication based on tokens, and how can they be implemented in a Python API back end. This method of authentication works…
Read more at Miguek Grinberg Blog | Find similar documentsAuth Schemes of REST API
The user’s data is the underlying currency that is driving the API economy. Like any currency, you need to handle it with care and transport it with caution to prevent theft. Different devices and…
Read more at Towards Data Science | Find similar documentsA Better Authentication API
Recently, I wrote a series of posts explaining how JSON Web Tokens could be utilized in an API that was written using Flask. However, a few weeks ago, I discovered how awesome FastAPI is and have…
Read more at Python in Plain English | Find similar documentsCreating Secure API’s with EasyAuth & FastAPI
Currently the API is accessible and usable by anyone with a network connection that can reach the server: Instead of re-creating users, group, roles, & permission, centralize into a single auth…
Read more at Analytics Vidhya | Find similar documentsHow to design a secure web API access for your website?
How to design secure web API access for your website? When we open web API access to users, we need to make sure each API call is authenticated. This means the user must be who they claim to be. In th...
Read more at ByteByteGo Newsletter | Find similar documentsAPI Security Best Practices
APIs are the backbone of modern applications. They expose a very large surface area for attacks, increasing the risk of security vulnerabilities. Common threats include SQL injection, cross-site scrip...
Read more at ByteByteGo Newsletter | Find similar documentsHTTP Basic Auth
HTTP Basic Auth For the simplest cases, you can use HTTP Basic Auth. In HTTP Basic Auth, the application expects a header that contains a username and a password. If it doesn't receive it, it returns...
Read more at FastAPI Documentation | Find similar documentsHow to secure the Rest APIs
Today let’s talk about the security to protect your APIs. In this article, you will learn and understand how to build and secure APIs with various security patterns.We will discuss the best practices ...
Read more at Javarevisited | Find similar documentsSecure Your Azure Functions Endpoints(Open API) with Basic Authentication (.NET)
Introduction This guide explores integrating OpenAPI, the modern specification for APIs, to streamline the process. While basic authentication offers a simple approach, keep in mind it might not be su...
Read more at Level Up Coding | Find similar documentsAuthenticating HTTP Requests in Modern Web Apps
Ensuring a user is authenticated is an essential part of creating a modern web application. Today, we’ll be looking at a common approach using JWT access and refresh tokens with Axios.
Read more at Level Up Coding | Find similar documentsJSON Web Token and Web Authentication
Login session and can perform authentication and authorization Continue reading on The Pythoneers
Read more at The Pythoneers | Find similar documentsHow to Secure your REST API using JWT
You’ve probably heard that JSON Web Token (JWT) is the current state-of-the-art technology for securing APIs. So if you’re planning to use it, it’s important to understand how it works. This is a…
Read more at Level Up Coding | Find similar documents- «
- ‹
- …