OpenID implementation - PHP, Javascript, MySQL
Posted
by
Marc A.
on Programmers
See other posts from Programmers
or by Marc A.
Published on 2011-03-19T20:30:25Z
Indexed on
2011/03/20
0:17 UTC
Read the original article
Hit count: 302
Hello,
I've started doing some research on the technologies that I will need for my website.
I'm trying to implement a really simple website with OpenID user registration. The website will store a block of text for each user.
I imagine this means that I will need a database with:
- User ID
- Open ID url
- Data
Having said that, I'm still having trouble deciding what I really need to do this. I know that I will need the following for the actual site:
- Javascript
- JQuery
- CSS
But on the back end, I'm kind of lost at the moment.
I've been looking at the OpenID-Selector, which is coded in Javascript. It seems like it's exactly what is used on this site.
Will I actually need PHP? MySQL for the data and user registration?
Thanks for the kickstart!
© Programmers or respective owner