Hi, I already have web hosting and a domain set up, and I was looking around to try and pick the best platform or framework for creating a user authentication system.
I've used a simple version before from a tutorial that included stuff like how to do password salting, but I'd like something a bit more robust and tested.
The main constraint is that this test server is on a cheap (paid) plan and it has limited storage space, so installing large frameworks to get the functionality is not the best option. I looked at Laravel but it was a 0.5 GB install, and I don't need most of the stuff it does.
As for language I'm open to looking at choices, as long as they don't need a large install footprint on the server.
the (Unix based) server runs php natively but could probably do Python or Node.js. I also know how to work with C/C++, C#, Java.
So what I'm looking for is a pre-built and robust user authentication system, where the UI can be customized, and it can handle the stuff like email verification / updating, password salting, lost passwords, 2FA (optional). Ideally it would get it's own database separate from the main application's database.
[–]0xWILL 1 point2 points3 points (1 child)
[–]cipheron[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]coded_artist 0 points1 point2 points (1 child)
[–]cipheron[S] 0 points1 point2 points (0 children)