cookie-authentication Questions
1
Solved
I heard its one of the most safety way to store JWT. My question is. How can I save it in cookie?
Here is the function in ConfigureServises in Startup.cs
services.AddControllers();
services.AddTra...
Distasteful asked 29/6, 2022 at 7:43
2
Solved
I have a .NET Core 3 project (recently upgraded from 2.2) that uses a Redis distributed cache and cookie authentication.
It currently looks something like this:
public void ConfigureServices(ISer...
Freak asked 25/2, 2020 at 12:11
1
Solved
I started developing websites using ASP.Net Core 2.2.
I'm implementing login/logout by a custom cookie authentication (not Identity).
Please see or clone the repo:
git clone https://github.com/mr...
Sopher asked 7/6, 2019 at 8:18
0
I'm trying to use identity with cookie authentication in an asp.netcore 2.0 MVC app. I want to set session timeout to something like 150 days, so users that log in don't need to log in again during...
Groot asked 24/4, 2018 at 16:23
3
Solved
During authentication to Azure AD B2C with OpenID Connect, what is the role of cookies there? Is it necessary to use cookie? Are there implicit use of cookies in the OpenID Connect pipeline? ...
Cumulostratus asked 3/1, 2018 at 6:22
1
© 2022 - 2024 — McMap. All rights reserved.