Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Secure user authentication frameworks, libraries

I know this question has been asked more then once and more then twice but most answeres i've found here haven't helped me at all.

Since i started to code i've used three selfmade different authentication implementations based on cookies. I've never took much stand against injection or hijacking but this time i am trying to incorporate that in both my user authentiaction and submitting forms.

Since there are thousands of user authentication scripts to choose from i want to ask what frameworks or scripts you would recommend i use? I've tried a few but no one has really done the job? I'm not useing any php framework like Zend, Codeigniter or similar.

I plan on using SSL as well but on some sites my cms will be used on will not have SSL.

like image 492
dansige Avatar asked Apr 12 '12 15:04

dansige


People also ask

What is an authentication library?

The Microsoft Authentication Library (MSAL) enables developers to acquire security tokens from the Microsoft identity platform to authenticate users and access secured web APIs. It can be used to provide secure access to Microsoft Graph, other Microsoft APIs, third-party web APIs, or your own web API.

Which framework helps in user authentication?

It is quite possible to use the OAuth 2.0 framework as the basis for building an authentication and identity protocol.

Which is the most secure method to authenticate a user?

1. Biometric Authentication Methods. Biometric authentication relies on the unique biological traits of a user in order to verify their identity. This makes biometrics one of the most secure authentication methods as of today.


1 Answers

Try this one: http://ulogin.sourceforge.net/

like image 90
kpotehin Avatar answered Sep 21 '22 12:09

kpotehin