Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-23 | Remove non-token auth schemes. | drebs | |
* Closes #2371. | |||
2013-05-15 | Fix pep8 style. | drebs | |
2013-05-04 | Encapsulate token-based auth in a class. | drebs | |
2013-05-01 | Fix HTTP request bug. | drebs | |
Base64 encoding returned a \n at the end of the string and that was causing trouble on the HTTP request when the token was added as an http header. | |||
2013-04-30 | Use uuid instead of address. | drebs | |
2013-04-30 | Add docstrings to auth methods. | drebs | |
2013-04-30 | Update tests with monkey patching to always use our SyncTarget. | drebs | |
2013-04-30 | Add token auth methods. | drebs | |