D
D
Delakey Blackhole2016-10-24 08:44:32
.NET
Delakey Blackhole, 2016-10-24 08:44:32

Is there a ready-made base package for implementing a user system?

From time to time I write small web services, often there it is necessary to cut "basic user functionality" such as registration, authorization, session support, push notifications or notifications through long requests, etc. Nuget, which can do all this without unnecessary gestures, can you tell me this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman, 2016-10-24
@DELAKEY

asp.net Identity

D
Deilan, 2016-11-03
@Deilan

The official variant from Microsoft is ASP.NET Identity . Extension pack for it: IdentityReboot .
Popular alternatives: IdentityServer , MembershipReboot .
Under .NET Core:
Official: ASP.NET Identity Core
IdentityServer4 , OpenIddict

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question