Skip to content

Commit

Permalink
feat: add some new default authentication options (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik authored Nov 18, 2024
1 parent 04d22cf commit da5252f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion config/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,18 @@ export const defaultConfig: GramConfiguration = {
type: "select",
defaultValue: [],
label: "Authentication",
options: ["Basic Auth", "JWT", "OIDC", "None"],
options: [
"Basic Auth",
"Password",
"JWT",
"OIDC",
"OAuth",
"Client Certificate",
"Cookie",
"Session",
"AWS Signature Version 4",
"None",
],
allowCustomValue: true,
allowMultiple: true,
optional: false,
Expand Down

0 comments on commit da5252f

Please sign in to comment.