Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 590 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 590 Bytes

BrowserID on App Engine

This is a very simple example of how to get up and running with BrowserID on Google App Engine.

It stores a user's login in a session, via gaesessions.

This was developed as part of CS206 at Hampshire College, which is why the example provided verifies whether or not you're a Hampshire student.

Make sure to modify the secret cookie_key in appengine_config.py before deploying!