I
I
Iron_will2020-09-02 18:55:11
WPF
Iron_will, 2020-09-02 18:55:11

WPF C# authorization of users on the server how to implement?

tell me how to implement it, maybe someone has a ready-made solution or material ....
I want to implement user authorization on the server for authorization, I use sockets, but it seems to me that this is not quite the right way, and maybe someone will tell you how and where to store user data

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2020-09-02
@firedragon

Here
https://identityserver4.readthedocs.io/en/latest/
An easier way is described in the documentation, but it costs a little money

D
DobbiKov, 2020-09-05
@DobbiKov

use a database. microsoft has a cool thing like Entity Framework Core. You can implement users yourself, or you can use Identity, also from EF Core.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question