I've been looking for a good minimalist #PHP login/registration framework that I could easily integrate into my projects for ages.
Tonight I finally just broke down and coded my own. It fits my current needs, but it needs quite a bit of work to get it all polished up.
I might put it up on GitHub later so people can point out what I'm doing wrong so I can make it better.
It's almost 4AM now so time for sleep. 😴
@heiglandreas This appears to be very similar to what I've been looking for, but I am trying to reduce dependencies on outside services for my projects due to a current bug with Ubuntu 22.04 and OpenSSL preventing my servers from accessing external resources like Google (I had to find a self-hosted alternative to reCAPTCHA for my new projects on short notice as a result). 😩
@KuJoe Have you had a look at socialConnect (https://socialconnect.lowl.io/)?