class AuthUser extends Plugin implements WampCraUserDbInterface

Implements the WampCra authentication.

We're not actually using the user auth, but the token and SRN generated from the connect/wss exchange

Methods

__construct($env)

No description

boolean
get(string $authId)

Find user given SRN and match the token. This is a semi-ticket based auth but works better given our multi-client setup.

Details

at line line 17
__construct($env)

Parameters

$env

at line line 29
boolean get(string $authId)

Find user given SRN and match the token. This is a semi-ticket based auth but works better given our multi-client setup.

Parameters

string $authId SRN

Return Value

boolean