-
Notifications
You must be signed in to change notification settings - Fork 0
chungwong/pyramid_auth_demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
auth_demo README ================== Getting Started --------------- This is a pyramid authentication and authorisation demostration. It demostrates how to implement group and object level securities. It is basically a SQLAlchemy version of [Michael Merickel's demo](http://michael.merickel.org/projects/pyramid_auth_demo) ### No Security git checkout no_security ### Group Level Security git checkout group_security ### Object Level Security git checkout object_security