jurabek / IdentityServer4.PhoneNumberAuth

Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2
MIT License
97 stars 34 forks source link

Passwordless Auth with MVC Client #1

Closed prabhakarreddy1234 closed 6 years ago

prabhakarreddy1234 commented 6 years ago

I see that you Sample Client project is empty. Did you manage to have MVC client with this PasswordLess auth Idp ?

jurabek commented 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

prabhakarreddy1234 commented 6 years ago

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.

jurabek commented 6 years ago

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

jurabek commented 6 years ago

I would recommend you to look identity server samples https://github.com/IdentityServer/IdentityServer4.Samples