Skip to content

Make your code asynchronous as possible #32

@SamerElaila

Description

@SamerElaila

token = jwt.sign(userData, process.env.SECRET_COOKIE);

you can change that function to asynchronous.
because if you are working on a big project and their is a lot of users your server will take less time in response than synchronous

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions