Skip to content

Commit 50416c9

Browse files
authored
Merge pull request #488 from datamweb/docs-add-auth-routes-for-filter
docs: add `auth/a/*` to except list
2 parents 03db073 + f5a3a05 commit 50416c9

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/a/*']],
156156
],
157157
// ...
158158
];

0 commit comments

Comments
 (0)