Skip to content

Commit 41cb64d

Browse files
committed
docs: add auth* to except list
1 parent 03db073 commit 41cb64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ If you want to limit all routes (e.g. `localhost:8080/admin`, `localhost:8080/pa
152152
public $globals = [
153153
'before' => [
154154
// ...
155-
'session' => ['except' => ['login*', 'register*']],
155+
'session' => ['except' => ['login*', 'register*', 'auth*']],
156156
],
157157
// ...
158158
];

0 commit comments

Comments
 (0)