Skip to content

Security: BubeCPH/streams-core

Security

docs/security.md

title Security
category basics
intro
stage outlining
enabled true
sort 99
todo

CSRF

The Streams platform build on Laravel CSRF basics.

Route Option

You can also disable CSRF protection using route options.

"csrf": false
Route::streams('uri', [
    'csrf' => false
]);

Policies

The Streams platform uses policies to authorize secured actions.

Users

The Streams platform makes it easy to use and integrate any authentication system or roll your own based on your projects needs.

Resources

There aren’t any published security advisories