| title | Security |
|---|---|
| category | basics |
| intro | |
| stage | outlining |
| enabled | true |
| sort | 99 |
| todo |
The Streams platform build on Laravel CSRF basics.
You can also disable CSRF protection using route options.
"csrf": falseRoute::streams('uri', [
'csrf' => false
]);The Streams platform uses policies to authorize secured actions.
The Streams platform makes it easy to use and integrate any authentication system or roll your own based on your projects needs.