Comment 1 for bug 341600

Revision history for this message
Michael Nelson (michael.nelson) wrote :

A second possibility discussed is to add a user=None parameter to the IArchive.newAuthToken() method. This would solve the webservice problem (using the @call_with decorator), but means that all other code would need to do: archive.newAuthToken(person, user=person).