Skip to content

Instantly share code, notes, and snippets.

@chadwhitacre
Created November 26, 2012 20:36
Show Gist options
  • Save chadwhitacre/4150456 to your computer and use it in GitHub Desktop.
Save chadwhitacre/4150456 to your computer and use it in GitHub Desktop.
configure-aspen.py for current aspen auth
from aspen import auth
class MyUser(auth.BaseUser):
pass
auth.User = MyUser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment