We are at the early stages of creating a new website, at the point where we need to build the login/registration module.
I want to be looking forward to the future, so I want to allow my users to register and login using all sorts of accounts, such as OpenID, Google, Facebook, Yahoo, etc ...
My users are not all tech savvy, do you have...
in many sites i can see
how i can do that
is must tell every company or what?
...
is there an api for open id for using on your website?
...
I don't want to let my users login to my site with an openid.
I want all of my users who login to my site with their username and password to be able to use my site as an openid server/provider to login to other sites. Is there a Django plugin available to enable this?
...
Stackoverflow uses OpenId as many other websites. However, I rarely need to provide my OpenId to Stackoverflow while with other OpenId enabled websites, I have to do it once a day or week.
This suggests to me that the expiry of the session is with the website and not the OpenId provider.
Looking at the DotNetOpenId code in ASP MVC, I c...
I'm allowing users to login to my site with either OpenID, Twitter OAuth or FBConnect. If the user attempts to go to a page that requires them to be logged in, after that user logs in I want to send them BACK to that page. Is there an easy way to accomplish this with all of these or should I simply just write the redirect page to a coo...
Hi,
Its not explicitly cross domain sessions that I am looking for, but its the easiest way to explain what it is I want.
I have a system which creates websites.
The websites are hosted across lots of different servers.
Users can create their account and then they can create lots of websites.
They could create
www.mysite.com
subdom...
thanks
the next is mysite1\django_openid\registration.py:
from django.http import HttpResponseRedirect
from django.core.mail import send_mail
from django.conf import settings
from django_openid.auth import AuthConsumer
from django_openid.utils import OpenID, int_to_hex, hex_to_int
from django_openid import signed
from django_openid ...
i made my openid in my site like this :
livejournal: {
name: 'LiveJournal',
label: 'Enter your Livejournal username.',
url: 'http://{username}.livejournal.com/'
},
wordpress: {
name: 'Wordpress',
label: 'Enter your Wordpress.com username.',
url: 'http://{username}.wordpress.com/'
...
i used pinax,the user who login my site use openid is successful now ,
i only want to get the username and email when they return .
the google openid url is :https://www.google.com/accounts/o8/id
and yahoo openid url is :http://yahoo.com/
how can i get it .
thanks
...
if the key is https://www.google.com/accounts/o8/id?id=AItOawmqS0V2RR5FihojGdC90vXJpjcukoZ
how do i get the username who login my site ?
thanks
...
Hi,
I have some trouble using the openid check_authentication. The answer from the openid providers (I tried with google and myopenid) is always: is_valid:false
I do already get the openid.sig and openid.identity but when I try to
verify my data with the check_authentication call it always returns
is_valid:false.
What I have done so ...
I cannot get the RPX auth_info API call to work. It keeps returning the error: "Missing parameter: apiKey" I am using the C# RPX Helper Class provided on their Wiki:RPX Helper Class
Below is my code in my Page_Load method. The RPX service works by sending a POST to a Url that I specify. My code gets the token from the post data show...
Is there any OpenID implementation I could use in my GAE (Google App Engine) Project?
...
i want to get the userid and somethins other about user.
but i don't get this
i used pinax
what should i do ??
thanks
ex:facebook
Javascript (from therunaround demo):
FB.Facebook.get_sessionState().waitUntilReady(function() {
var user = FB.Facebook.apiClient.get_session() ?
FB.Facebook.apiClient.get_session...
How can i check whether my openid logging system is accepting and processing yahoo openids?
Is the simple account where we have yahoo mail or yahoo homepage is an openid?
...
1.
2
3.
in this example,my username is zjm1126 ,and my email is [email protected],
i want to get this.
and this is my django-plug-in in this project:
...
Hi guys I've set up an openID login system - just like the one we have here on stackoverflow and on the backend I'm using JanRains libraries. It was working fine until all of a sudden - people can't login using a google or yahoo openid. ITs constantly failingt - instead however any other regular openid seems to work fine. WHats going on ...
I've written an application using the DotNetOpenAuth library, which allows users to authenticate against a number of OpenID providers. All of them work fine except for AOL, which for one reason or another creates a return URL that is over 2200 characters long, a length that exceeds the maximum URL length (2048) for most browsers.
Has a...
Hello,
I am just starting with OpenID in an Asp.net MVC application and was wondering what some of the pitfalls are when using OpenID. The reason why I am asking is because I read a lot of warnings when using some OpenID implementations. Mostly it's something like "Don't use that library! You just need to change one word in the url and ...