python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Authorization and Authentication with Clean Architecture using Asp.Net Core Identity
I'm learning about Clean and Vertical Slice Architecture for the first time and I'm having trouble understanding where Authorization and Authentication would fit in if we are using ASP.NET Core Identi...
Stix
Votes: 0
Answers: 0
External Provider Login .NET
I had follow this tutorial for setup External Login https://code-maze.com/external-identity-provider-aspnet-core-identity/, after when I want to test login with google account, I write my email, my pa...
Danijel Boksan
Votes: 0
Answers: 1
Identity - How to redirect a user who is signed in
I need to know how to redirect a user if they are signed in to my app. There are 2 parts to my problem:
Set the default page to /Account/Login
If the user is already signed in (Remember Me check box ...
Meeth
Votes: 0
Answers: 3
Blazor WASM AspNetCore Hosted JWT Authorization issue
I started by following a youtube video on building an Identity API Authentication api with Blazor web assembly + asp net core web api, 100 hours of research later and I still cannot get past the "...
Michael Williams
Votes: 0
Answers: 1