Advanced

Authorization

xddd

This documentation is under construction! 🚧

We're working hard to bring you the best documentation experience.

Configuration

You can configure the authentication settings in the VitNodeAPI function and authorization param.

For example you can change the expiration time of the cookie:

src/vitnode.api.config.ts
VitNodeAPI({
  app,
  plugins: [],
  authorization: {
    cookie_expires: 1000 * 60 * 60 * 24 * 90, // 90 days
  },
});

Options

Prop

Type

Authorization - VitNode