/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.stevejgordon.co.uk
| | newdevsguide.com
2.8 parsecs away

Travel
| | JWT authentication can be a tricky concept to grasp, but the hotel keycard metaphor holds up remarkably well when explaining it. Let's see how that works.
| | svrooij.io
2.3 parsecs away

Travel
| | I'm super enthusiastic about managed identities, because it allows you to deploy your application without having to worry about credentials. Federated credentials are a way to accomplish the same for none Azure resources. You can use federated credentials to authenticate several tasks inside Github Actions, and thus securely deploy your app to Azure without the need of a secret configured in GitHub. As the regular readers might expect this post will explain how federated credentials actually work inside GitHub Actions, a deep dive into the techniques that are actually driving this feature. Get a federation token from GitHub
| | www.ayush.nz
1.6 parsecs away

Travel
| | [AI summary] This article provides a technical assessment of JSON Web Tokens (JWT) as a compact, self-contained mechanism for secure information exchange and authentication in APIs.
| | sandrino.dev
13.2 parsecs away

Travel
| An introduction on how to configure JWT Bearer authentication and authorization (based on scopes) for your ASP.NET Core 5 APIs.