Changeset 157
- Timestamp:
- 10/13/08 00:10:27
- Files:
-
- AuthKit/tags/0.4.1 (copied) (copied from AuthKit/trunk)
- AuthKit/tags/0.4.1/AuthKit.egg-info/PKG-INFO (modified) (2 diffs)
- AuthKit/tags/0.4.1/AuthKit.egg-info/SOURCES.txt (modified) (1 diff)
- AuthKit/tags/0.4.1/CHANGELOG.txt (modified) (1 diff)
- AuthKit/tags/0.4.1/setup.cfg (modified) (1 diff)
- AuthKit/trunk/CHANGELOG.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AuthKit/tags/0.4.1/AuthKit.egg-info/PKG-INFO
r155 r157 1 1 Metadata-Version: 1.0 2 2 Name: AuthKit 3 Version: 0.4.1 dev-r1543 Version: 0.4.1 4 4 Summary: An authentication and authorization toolkit for WSGI applications and frameworks 5 5 Home-page: http://authkit.org/ … … 51 51 ======= 52 52 53 0.4.1 (**svn**)53 0.4.1 54 54 55 * Added ``setup.fakeuser`` option which automatically sets the REMOTE_USER 56 so that it appears someone has signed in. Useful with setup.enable = False 55 57 ******************************************************************************** 56 * The `` authkit.setup.enable = false`` option now also disables authorisation*58 * The ``setup.enable = false`` option now also disables authorisation * 57 59 * checks (reported by Rick Flosi) * 58 60 ******************************************************************************** AuthKit/tags/0.4.1/AuthKit.egg-info/SOURCES.txt
r155 r157 77 77 docs/scripts/shCore.uncompressed.js 78 78 examples/authorize.py 79 examples/authorize2.py 79 80 examples/config/digest.py 80 81 examples/docs/basic.py AuthKit/tags/0.4.1/CHANGELOG.txt
r155 r157 2 2 ======= 3 3 4 0.4.1 (**svn**)4 0.4.1 5 5 6 6 * Added ``setup.fakeuser`` option which automatically sets the REMOTE_USER AuthKit/tags/0.4.1/setup.cfg
r132 r157 1 1 [egg_info] 2 tag_build = dev3 tag_svn_revision = true2 #tag_build = dev 3 #tag_svn_revision = true 4 4 5 5 [pudge] AuthKit/trunk/CHANGELOG.txt
r155 r157 2 2 ======= 3 3 4 0.4.1 (**svn**)4 0.4.1 5 5 6 6 * Added ``setup.fakeuser`` option which automatically sets the REMOTE_USER
