Give each client a username so they don't step on one another's feet. We may want to come up with a BureauName or somesuch.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5092 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -43,7 +43,7 @@ public class BureauCredentials extends Credentials
|
|||||||
*/
|
*/
|
||||||
public function BureauCredentials (token :String)
|
public function BureauCredentials (token :String)
|
||||||
{
|
{
|
||||||
super(null);
|
super(new Name("@@bureau:" + token + "@@"));
|
||||||
sessionToken = token;
|
sessionToken = token;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user