Closed prabhakarreddy1234 closed 6 years ago
all endpoints are ready, it is Web API controllers of course you can use your mvc client too, and has example on readme
Thanks Jurabek, Is there any Middleware for MVC client which i could use with your passwordless host. I just want to have mechanism for storing cookie and [Authorize] ability.
unfortunately, this is not cookie-based auth, it is JWT token based auth, it implemented top of the IdentityServer4 Middleware, I would say the extension for IdentityServer4
I would recommend you to look identity server samples https://github.com/IdentityServer/IdentityServer4.Samples
I see that you Sample Client project is empty. Did you manage to have MVC client with this PasswordLess auth Idp ?