Skip to content

Commit 7cd03cb

Browse files
committed
Update readme
1 parent 69243d5 commit 7cd03cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,13 @@ Setup `AuthComponent`:
6161
'queryDatasource' => true,
6262
]
6363
],
64+
6465
'unauthorizedRedirect' => false,
6566
'checkAuthIn' => 'Controller.initialize',
67+
68+
// If you don't have a login action in your application set
69+
// 'loginAction' to false to prevent getting a MissingRouteException.
70+
'loginAction' => false
6671
]);
6772
}
6873
```

0 commit comments

Comments
 (0)