Skip to content

Commit

Permalink
add a cli client
Browse files Browse the repository at this point in the history
  • Loading branch information
lstoll committed Mar 9, 2024
1 parent 41fef41 commit e45c729
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"clientID": "client-id",
"clientSecrets": ["client-secret"],
"redirectURLs": ["http://localhost:8084/callback"]
},
{
"clientID": "cli",
"clientSecrets": ["secret"],
"public": true,
"redirectURLs": ["http://localhost"]
}
]
}
Expand Down

0 comments on commit e45c729

Please sign in to comment.