Questions tagged [asp.net-core-identity]

Use ASP.NET Core Identity to add login functionality to an ASP.NET Core application.

887 questions
-4
votes
1 answer

Relate Code-First to Identity ApplicationUser in .NET Core 2.0

I have a Core 2.0 project that has reached the point where I need to start linking users to the data I have. It started as a one user test bed that now requires me to have multiple per user. User Model: public class ApplicationUser :…
-6
votes
1 answer

How to expose the users in my classes (model), or list all in my views?

I would like to expose the users of Identity framework from ASP.NET Core 2.2 in my classes (model) in order to assign an action to a user that I can select from the list of users. public abstract class Issue { public Guid IssueId { get; set; } …
Ayod Arune
  • 19
  • 5
1 2 3
59
60