• Get a JWT payload for a user, from database. Perform an auth query and an users query, which are used in an implicit join.

    Parameters

    • targetUser: string

      UserID of the user to return a JWT payload for.

    Returns Promise<JwtPayload>

    Promise, containing either JWT payload or reason for failure

Generated using TypeDoc