Building an MCP Gateway with Apigee API Gateway
Explores using Apigee API Gateway to govern and secure MCP (Model Context Protocol) servers for AI agents, including JWT validation and JSON-RPC parsing.
Explores using Apigee API Gateway to govern and secure MCP (Model Context Protocol) servers for AI agents, including JWT validation and JSON-RPC parsing.
A tutorial on implementing user authentication in React Router 7, including protected routes and fake API integration.
A guide to solving JWT authentication for protected video and image assets in Angular applications, exploring multiple approaches.
Explains how to use Azure Key Vault keys for signing and encrypting JSON Web Tokens (JWTs), including key rotation.
A technical comparison of session-based and token-based authentication methods, with implementation examples and best practices for Node.js.
A technical guide on connecting to the PassKit API using Ruby, demonstrating authentication and API calls with the `jwt` and `httparty` gems.
A tutorial on implementing JWT authentication in an Express.js API, with examples using both MongoDB and PostgreSQL databases.
A step-by-step tutorial on implementing basic user authentication in a Node.js/Express app using MongoDB and JSON Web Tokens (JWT).
A beginner-friendly introduction to JSON Web Tokens (JWT), explaining their structure, use for stateless authentication, and basic flow.
A technical analysis of Quebec's JWT-based proof-of-vaccination QR code, examining its security and data encoding.
Learn how to use modules in Node.js to organize code into separate files, export functionality, and create a modular application structure.
A tutorial on implementing user authentication and protected routes in a Next.js application using Supabase's Auth client library.
Explains the core concepts of authentication (login/signup) and authorization (sessions vs. JWTs) in web development.
Explains the differences between cookies and tokens for API authentication, covering OAuth, JWT, and deployment considerations.
A tutorial on implementing JWT-based user authentication using a Flask backend with flask-praetorian and a React frontend.
A tutorial on building a Ruby on Rails API with JWT authentication for a user notes application.
A developer's guide to implementing Sign-in with Apple, focusing on challenges with one-time profile data and security considerations.
A technical guide on implementing origin authentication and Role-Based Access Control (RBAC) in Istio using custom JWT tokens and identity providers.
A tutorial on implementing authentication in client-side Blazor using WebAPI and ASP.NET Core Identity, including setup and configuration.
A tutorial on implementing JWT authentication in a Blazor blogging application to secure admin functions.