\Ceo\SocketServerAuthUser

Implements the WampCra authentication.

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

Summary

Methods
Properties
Constants
__construct()
get()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$env
N/A

Properties

$env

$env : 

Type

Methods

__construct()

__construct(  $env) 

Parameters

$env

get()

get(string  $authId) : boolean

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

Returns

boolean