|
|
|
|
|
by jongpieter
3071 days ago
|
|
Depending on your usecase, a quick setup would be to use https://auth0.com/ They have a lot of documentation and samples to get started. We have implemented it for authentication with a Asp.Net Core webservice, with a REST based API. Authorization is also possible, either by working with the JWT token scopes, or using the Auth0 app_metadata. |
|