Skip to content

Commit 946e730

Browse files
committed
fix: add missing client option to the guards list interface
Closes: #200
1 parent 01da8f9 commit 946e730

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

templates/contract/partials/api-guard.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
api: {
1111
implementation: OATGuardContract<'user', 'api'>
1212
config: OATGuardConfig<'user'>
13+
client: OATClientContract<'user'>
1314
}

templates/contract/partials/basic-guard.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
basic: {
1111
implementation: BasicAuthGuardContract<'user', 'basic'>
1212
config: BasicAuthGuardConfig<'user'>
13+
client: BasicAuthClientContract<'user'>
1314
}

templates/contract/partials/web-guard.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
web: {
1111
implementation: SessionGuardContract<'user', 'web'>
1212
config: SessionGuardConfig<'user'>
13+
client: SessionClientContract<'user'>
1314
}

0 commit comments

Comments
 (0)