|
|
|
|
|
by keraf
1383 days ago
|
|
It depends on what your needs are. If you need simple auth for a single application, most languages have libraries/frameworks that cover most of your needs and are relatively trivial to implement. In .NET land you have Identity[0] for example. You just need to look up what is the most popular option for the tech you're using and if it ticks all your boxes. If you're looking for a full fledged service that offers SSO and that you can self host (or cloud) with SDKs for most of the popular languages out there, then I'd recommend to look at Ory[1]. [0] https://docs.microsoft.com/en-us/aspnet/core/security/authen...
[1] https://www.ory.sh/ |
|