Posted on: 3/18/2014 1:18:15 PM | Views : 501

Hi all,
I'm trying to create a Oauth type of authentication application. I have a simple SQL database with a table with columns like uID, uName, uPassword(encrypted) etc. I have a basic interface which contains a text box for username and password and a submit button(I will paste code below).
I so far have the user able to authericate from the database using the interface and this can redirect them to a page. I want to be able to once the user has been authenticated create a token of some sort which I can store to pass round the application to allow them access to other applications.
The purpose of this is I would like to use this token basically like Oauth works and allow access to other applications which I may have linked to this application to save users having to sign in multiple times. The main purpose of this is that we have multiple applications but would like to create a custom home page with applications which will hold icons of applications ...

Go to the complete details ...