update to address some API deprecations
[gae-samples.git] / openid-consumer / README
blob2d867b9362d90c4f025fde42a884ba29702c8d79
1 IN PROGRESS! DOESN'T WORK YET!
3 A sample OpenID consumer app for Google App Engine. Allows users to log into
4 other OpenID providers, then stores their OpenID login.
6 Part of http://code.google.com/p/google-app-engine-samples/.
8 For more about OpenID, see:
9   http://openid.net/
10   http://openid.net/about.bml
12 Uses JanRain's Python OpenID library, version 2.1.1, licensed under the 
13 Apache Software License 2.0:
14   http://openidenabled.com/python-openid/
16 The JanRain library includes a reference OpenID provider that can be used to
17 test this consumer. After starting the dev_appserver with this app, unpack the
18 JanRain library and run these commands from its root directory:
20   setenv PYTHONPATH .
21   python ./examples/server.py -s localhost
23 Then go to http://localhost:8080/ in your browser, type in
24 http://localhost:8000/test as your OpenID identifier, and click Verify.