We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93a3bb commit 582a6aeCopy full SHA for 582a6ae
docs/quick_start_guide/using_session_auth.md
@@ -106,5 +106,12 @@ public $globals = [
106
];
107
```
108
109
+!!! note
110
+
111
+ The filter `$aliases` that Shield provides are automatically added for you by the
112
+ [Registrar](https://codeigniter.com/user_guide/general/configuration.html#registrars)
113
+ class located at **src/Config/Registrar.php**. So you don't need to add in
114
+ your **app/Config/Filters.php**.
115
116
Check your filters with the [spark routes](https://codeigniter.com/user_guide/incoming/routing.html#spark-routes)
117
command.
0 commit comments