I'm looking for a login system like stackoverflow for my project, and for that I googled many scripts but not working like stackoverflow login system work. Stackoverflow using JQUERY Simple OPENID for login authentication. But jquery openid which i downloaded from its original source is incomplete package. The form action predefined in jquery simple openid package is missing or not available. I know this action will be given by user itself but i want the script that will handle authentication at backend just like stackoverflow. I need a backend handler script which store accesstoken and and refresh token in database and reuse these accessTokens. Script supporting language might be java or php
