Template
1
0
Files
boilerplate/api/libraries/auth/cerbos.ts

9 lines
180 B
TypeScript

import { HTTP } from "@cerbos/http";
export const cerbos = new HTTP("http://localhost:3592", {
adminCredentials: {
username: "cerbos",
password: "cerbosAdmin",
},
});