Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
They weren't used. Currently, the PixelatedAuthSessionWrapper determines
the resource to use for a user. It would be more idiomatic to have the
realm determine that. Actually, it should return the avatar as an
IResource. See
http://twistedmatrix.com/documents/current/web/howto/web-in-60/http-auth.html
|
|
This reverts commit 8fa81ff3b2cf0422098395ec9918d5b547fbbca5.
|
|
They weren't used. Currently, the PixelatedAuthSessionWrapper determines
the resource to use for a user. It would be more idiomatic to have the
realm determine that. Actually, it should return the avatar as an
IResource. See
http://twistedmatrix.com/documents/current/web/howto/web-in-60/http-auth.html
|
|
In order to replace leap_auth with bonafide, we created a
class to hold the user credentials
|
|
Consolidated authentication to always be
done is a defer to thread and changed the
authenticate_user method name to conform
with what it actually does
|
|
|
|
services sessions
|
|
- Issue #615
- invalid token raised by soledad after timeout,
if we see this, recreate the session on next login
|
|
|
|
close soldedad and remove it from cache
Issue #586
|
|
they are already cached from leap side
- fixing build
Issue #590
|
|
Issue #590
|
|
Issue #583
|
|
- Issue #576
- Extended AppTestClient with multi user support
|
|
Issue #576
|
|
- Issue #576
- To start in multi user, run with --multi-user --provider provider-name.tld
|