V
V
Vladimir Korotenko2020-07-27 12:02:56
Open ID
Vladimir Korotenko, 2020-07-27 12:02:56

Authentication and authorization in net core what do you use?

To be honest, I got tired of attaching an identity server to my project. For some reason they are sure that their server should be separate. A separate joke is the login address of the oidc logo, so the question is who uses what for all this net core, api, vue all in one application

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
yuopi, 2020-07-27
@firedragon

JWT + RefreshToken as a separate service
https://gist.github.com/zmts/802dc9c3510d79fd40f9d...

V
Vladimir Korotenko, 2020-07-27
@firedragon

According to your link, it turns out that the refresh token is given through the cookie and mapped to a separate area.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question