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.
Explains how to use OpenIddict 3.0's degraded mode to create a minimalist OpenID Connect proxy server for delegating authentication.
Explores secure credential management for cloud apps using Azure Managed Identities to avoid hardcoded secrets in code and source control.
Explains how to retrieve access and refresh tokens from an ASP.NET Core authentication handler to make authenticated API calls.
A technical guide on creating a custom Django User model and integrating django-allauth for email-based authentication.
A review of 2019 security predictions, covering progress on Rust adoption, WebAuthn security keys, and TLS 1.3 deployment.
Guide on using new Azure SDKs with Managed Identities for passwordless, credential-free authentication in Azure services.
Developer updates on new projects: a secure key-value store, SourceHut SSO improvements, and PinePhone/Sway Mobile development.
A guide on testing Azure AD-protected APIs using Postman, focusing on client credentials and application permissions.
A tutorial on setting up two-factor authentication for SSH and PGP keys using the Krypton tool, storing keys on a mobile device.
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 using SSH efficiently from the terminal, covering key generation, SSH agent setup, and best practices for secure remote access.
A tutorial on implementing a Forgot Password feature in a React Native app using Firebase for authentication and password reset emails.
A tutorial on building and validating login and signup forms in React Native using the Formik and Yup libraries.
A tutorial on implementing Firebase authentication in React Native/Expo apps using the Context API to manage state without prop drilling.
A guide to managing user authentication and authorization for AWS EKS clusters using IAM roles and the aws-auth ConfigMap.
Explains the process and importance of rotating signing keys in IdentityServer for security, detailing the use of AddSigningCredential and AddValidationKey.
A guide on manually generating a Devise password reset link in Ruby on Rails for a user who didn't receive the automated email.
A tutorial on implementing authentication in client-side Blazor using WebAPI and ASP.NET Core Identity, including setup and configuration.
Explains how the Azure CLI securely stores and manages OAuth access tokens locally to authenticate users between command executions.