|
|
|
|
|
by notpushkin
697 days ago
|
|
As others have pointed out, rolling your own simple username-password auth isn't too hard. As you go forward, you might need to add other things like 2FA or social login or SAML, and those things aren't exactly hard either (there's TOTP validation libraries in most languages I think, and for SAML you can use Jackson [1] which translates it to OIDC for you). It is quite boring though. [1]: https://boxyhq.com/docs/jackson/overview |
|