swauth
swauth copied to clipboard
This is the historical location of Swauth; active development is now at https://github.com/openstack/swauth
With Swift's new account_autocreate option it should be possible to use that and just update Swauth to try using accounts without PUTing them.
In order to change a user's password when the clients are distributed and the system is under production load, it is useful to be able to manage multiple passwords per...
The itoken expiration time is set by the following code: `self.itoken_expires = time() + self.token_life - 60` That effectively means that setting token_life to a value less than`60 secs` results...
PEP8