Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install tiddlywebplugins.privateer

How to install tiddlywebplugins.privateer

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install tiddlywebplugins.privateer
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.6
0.7Never BuiltWhy not?
0.6 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
Windows (64-bit)
0.6
0.7Never BuiltWhy not?
0.6 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
Mac OS X (10.5+)
0.6
0.7Never BuiltWhy not?
0.6 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
Linux (32-bit)
0.6
0.7Never BuiltWhy not?
0.6 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
Linux (64-bit)
0.7 Available View build log
0.6 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
 
Links
Author
License
BSD
Lastest release
version 0.7 on Jan 9th, 2014

A TiddlyWeb plugin for providing unauthed access to private resources using "unguessable" URIs.

A URI at a uuid provides an id for a mapping to another URI, internal to the tiddlyweb server, with the active user being "faked".

This works out okay because: * only GET is supported * there's no state that gets carried to the next request

Tiddlers in a bag called PRIVATEER are used to maintain the mappings. The title of the tiddler is the uuid. The tiddler has two fields:

  • uri: the mapped to uri
  • user: the user to proxy the action as

An authenticated user can create a new mapping by making a POST to /_ as either a JSON dictionary with a 'uri' key, or a CGI form with a uri parameter.

URIs are not checked, you can store what you like and the system will happily do the internal redirect to it. If junk is stored, a 404 will result.

An authenticated user can list their own mappings by doing a GET to /_. A JSON dictionary of mappings to uris is returned. Only those mappings which have a user that matches the currently active user will be shown.

A user can delete their own mapping by sending DELETE to the URI.

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:12

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.