Authenticates on the given auth table with the provided credentials, returning a JWT token in the reference parameter. Finally returning the record of the authenticated user.
the auth collection to use
the user's identity
the user's password
the variable to return into
An instance of RecordType
See Implementation
Authenticates on the given auth table with the provided credentials, returning a JWT token in the reference parameter. Finally returning the record of the authenticated user.