AuthUser
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)
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.