ac-bundle-module-api-niolo
api/niolo.js
A module for ac-bundle-app, published by ac-bundle-module.
Available Methods: token, requestCallback
token
async function() {…
if (app.has(mod.jwt) && new Date().getTime() - mod.time 120000) return mod.jwt;
var result = await fetch(config.niolo.endpoint + "/auth/local", {
method: "POST",
headers: {
"Content-Type": "application/json"