Comment on GitHub - voidauth/voidauth: An Easy to Use and Self-Host Single Sign-On Provider đââŹđ
lambalicious@lemmy.sdf.org â¨4⊠â¨days⊠agoIt locks you to postgres. You donât necessarily have full control over postgres unless you are using your own instance / service, but oftentimes you might need to connect to an external one. SQLite gives you a local option.
Also what do you even mean with âdoes it store passwords?â A password is just a TEXT
or a BLOB
if you are feeling charitable and SQLite does support those since forever. If you can store âhello worldâ you can store a password (just⌠donât do it in plaintext, but storage is different from encryption).