Mobile app version of vmapp.org
Login or Join
Angela700

: Open source login solution Authentication is such a general problem, which most websites have to implement. There are a few commercial solutions, but all lack sufficient functionality to customize

@Angela700

Posted in: #Authentication #Linux #OpenSource

Authentication is such a general problem, which most websites have to implement. There are a few commercial solutions, but all lack sufficient functionality to customize the registration process. Therefore, I am looking for an open-source alternative. I am using PHP and with PostgreSQL as database, but as far as I understand one could utilize authentication solutions using other technologies and integrate them into our site in various ways. Therefore, I am looking for such solutions in any technology apart from those requiring Microsoft infrastructure...

I would prefer Open Source solution, which have already implemented the following features:


Has password recovery procedure
Username is the email address of the user
Has "Remember me" functionailty (meaning that the user is logged in
automatically without seeing the login page)
email address verification


Google has gotten me nowhere on this and neither a search on this site...

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela700

1 Comments

Sorted by latest first Latest Oldest Best

 

@Phylliss660

Maybe one of these is of use for you: opauth to interface with authentication providers or uLogin for adding secure login and authentication capabilities. You would be able to develop the specifics on your own (remember me ...) but make a great use of proven basics.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme