[Add] is authZ|implict grant type
This commit is contained in:
parent
d21ee1eac0
commit
889d7cfbf2
12 changed files with 2437 additions and 0 deletions
18
caido.config.ts
Normal file
18
caido.config.ts
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
import { defineConfig } from "@caido-community/dev";
|
||||
|
||||
export default defineConfig({
|
||||
id: "caido-oauth",
|
||||
name: "Caido OAuth",
|
||||
description: "Plugin for OAuth",
|
||||
version: "0.0.0",
|
||||
author: {
|
||||
name: "WHS Safe Us Team",
|
||||
},
|
||||
plugins: [
|
||||
{
|
||||
kind: "backend",
|
||||
id: "backend",
|
||||
root: "packages/backend",
|
||||
},
|
||||
],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue