Skip to content

Commit f5a3a05

Browse files
datamwebkenjis
andauthored
docs: add just shield auth routes
Co-authored-by: kenjis <[email protected]>
1 parent 41cb64d commit f5a3a05

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*', 'auth*']],
155+
'session' => ['except' => ['login*', 'register', 'auth/a/*']],
156156
],
157157
// ...
158158
];

0 commit comments

Comments
 (0)