brokul.dev
  • Blog
  • Archive
  • Feed
  • About

Tag: Authentication

Authentication cookie lifetime and sliding expiration in ASP.NET Core

How to control authentication cookie lifetime, and why is sliding expiration potentially dangerous? This article contains an overview of this topic. It also shows the way to set absolute authentication cookie lifetime in ASP.NET Core.

31 October 2021

Multi-tenant ASP.NET Core app - configuring authentication

In this article, we will set up multi-tenant authentication. How is it supposed to work? When a user is logged in within tenant1 then they will not be a valid user from the tenant2 point of view. We will use cookie-based authentication for that.

17 February 2021
© brokul.dev 2022