Welcome to the BitCheck Token Library!
The BitCheck Token Library is a powerful tool designed to simplify the usage of BitCheck tokens and authentication in your server-side applications. With this library, you can seamlessly integrate BitCheck tokens into your Koa middleware, making it easier than ever to secure your APIs and protect your valuable data.
{WIP}
Download Node.js from Here
Node.js version : >=16.16.0 Koa : 2.14.2 Jsonwebtoken : 9.0.1
npm install
To deploy and publish the library, please follow the steps below:
Step 1: Build the project
npm run build
This command will build the project and generate the necessary files in the "lib" directory.
Step 3: Publish the library Once you have build the library, you can publish it to npm running the following command:
npm publish
This command will publish the /lib directory to npm.
Ensure that you have all the necessary dependencies installed by running npm install before attempting to build or publishing the library.
By following these steps, you should be able to successfully deploy the library.