[Add] is authZ|implict grant type
This commit is contained in:
parent
d21ee1eac0
commit
889d7cfbf2
12 changed files with 2437 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "caido-oauth",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"typecheck": "pnpm -r typecheck",
|
||||
"build": "caido-dev build",
|
||||
"watch": "caido-dev watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@caido-community/dev": "^0.1.3",
|
||||
"typescript": "5.5.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue