Explore >> Select a destination


You are here

damienbod.com
| | www.binovarghese.com
2.1 parsecs away

Travel
| | Session and token authentication methods are used by the server to verify the client request is authenticated or not.
| | timdeschryver.dev
1.1 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.
| | az-liftshift.com
1.9 parsecs away

Travel
| | This article shows how an ASP.NET Core Razor Page application could implement an automatic sign-out when a user does not use the application for n-minutes. The application is secured using Azure AD B2C. To remove the session, the client must sign-out both on the ASP.NET Core application and the Azure AD B2C identity provider or
| | dzone.com
15.6 parsecs away

Travel
| We examine cookie and token-based authentication, advantages of using tokens, and address common questions developers have regarding token-based auth.