Script Category : PHP
Script Sub Category : User Authentication
OpenAuth is an authentication and authorisation product that allows you to manage user and object populations but also manage users, activate and immobilize their accounts, re-send their two factor tokens, check how many times they have tried to log in and more. The second part of OpenAuth is the programming interfaces. There is an authentication module that can be used if you want to implement your own custom authentication, and then there is the authorisation module. The authorisation module is the heart of OpenAuth and allows you to wrap PHP code in conditional functions that will only be executed if the user passes the authentication test.
|