auth-vir - v2.3.8
    Preparing search index...

    Function createUserJwt

    • Creates a new signed and encrypted JwtUserData when a client (frontend) successfully authenticates with the host (backend). This is used by host (backend) code to establish a new user session. The output of this function should be sent to the client (frontend) for storage.

      Parameters

      Returns Promise<string>