/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

jameschambers.com
| | blog.stephencleary.com
5.0 parsecs away

Travel
| | This is a problem that is brought up repeatedly on the forums and Stack Overflow. I think it's the most-asked question by async newcomers once they've learned the basics.
| | damienbod.com
2.7 parsecs away

Travel
| | The article looks at managing user delegated access tokens for a downstream API in an ASP.NET Core web application. There are many ways of implementing this, all with advantages and disadvantages. The tokens are requested from an OpenID Connect server using the recommended standards. In this blog, the UI access token from the application authentication...
| | www.hanselman.com
3.1 parsecs away

Travel
| | I was reading Gabby's blog post about the new TypeScript/JavaScript project ...
| | philodev.one
15.9 parsecs away

Travel
| oAuth is a hard to get into because of its (necessary) complexity. A basic understanding of the standard flow and the actors involved can help to make better decisions and understand the security implications of the choices.