hapi-auth-session
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Path` by including a query string with the key `logoutRedirectTo` (see the ["workflow"](#workflow) section for details). For more advanced cases this option can also be a function with signature `function (request, credentials)` where `credentials` is the object that was previously stored in the cache for the client that is making the logout request. - `cache` - object with options for the catbox cache (default: `{ expiresIn: 24*60*60*1000 }`, which is 24 hours). The value of `expiresIn` will be used in the `ttl` option of the `set` method of the catbox policy (see the catbox [documentation](https://github.com/hapijs/catbox#async-api)).