Explore >> Select a destination


You are here

michaelscodingspot.com
| | egvijayanand.in
10.2 parsecs away

Travel
| | This article represents the second installment of the XAML for Beginners series, which elucidates the concept of declarative markup in the context of defining UI in .NET applications. All articles within this series are accessible from here. The initial article focused mainly on introducing XAML and its building blocks. In this article, the focus will...
| | reedcopsey.com
11.8 parsecs away

Travel
| |
| | www.codeproject.com
10.9 parsecs away

Travel
| | For those who code
| | timdeschryver.dev
84.2 parsecs away

Travel
| To improve the security of our Single Page Applications, let's ditch the access tokens in the browser and make the Backend for Frontend (BFF) responsible for the authentication process using the Authorization Code flow with PKCE. To achieve this, we'll use the Duende.BFF NuGet package and let it communicate with Auth0.