GraphQL resolver middleware
A tutorial on implementing GraphQL resolver middleware for handling authentication and permission checks in a Node.js application.
A tutorial on implementing GraphQL resolver middleware for handling authentication and permission checks in a Node.js application.
A technical guide on implementing origin authentication and Role-Based Access Control (RBAC) in Istio using custom JWT tokens and identity providers.
A guide to managing user authentication and authorization for AWS EKS clusters using IAM roles and the aws-auth ConfigMap.
A guide to implementing policy-based authorization in Blazor applications, covering setup, advantages over role-based auth, and custom requirements.
A tutorial on implementing role-based authorization in a client-side Blazor application using ASP.NET Core Identity.
A guide to implementing authentication and authorization in a server-side Blazor application using ASP.NET Core Identity.
Compares using Azure AD groups vs. application roles for authorization, discussing pros, cons, and best practices for developers.
A comprehensive guide to understanding the components and request lifecycle of AWS API Gateway for building serverless applications.
A guide to implementing custom authorizers in AWS Lambda and API Gateway for centralized authentication and authorization in serverless applications.
OpenIddict 1.0 and 2.0 are now officially released, featuring a security fix, built-in entity caching, and an updated event model.
Explains a key security change in ASP.NET Core 2.1 where authorization filters are combined, altering authentication and role-checking behavior.
IdentityManager2 is an updated version of the ASP.NET user management tool for ASP.NET Core, now stewarded by Rock Solid Knowledge.
Explains how to use Azure AD authentication and Managed Service Identity for secure, role-based access to Azure Storage Blobs and Queues.
A guide to writing unit tests in ASP.NET Core to automatically verify that security attributes like AuthorizeAttribute are applied to controllers and actions.
A guide to applying authorization globally in ASP.NET Core, covering single-policy and multi-policy scenarios using filters and conventions.
A technical guide on implementing and using Role Claims in ASP.NET Identity Core for managing application permissions.
A guide to implementing Access Control List (ACL) authorization using the Gate system in Laravel 5.1.
A guide to implementing authentication and authorization in an AngularJS/Spring Boot app using Spring Security and Spring Session.
An overview of Laravel 5.0's Form Requests feature, which simplifies form validation and authorization.
Explores using Policy objects and Extractors in Rails to handle multi-provider OAuth authentication cleanly, moving beyond CanCan/Pundit for authorization.