Welcome Guest, Not a member yet? Register   Sign In
Announcing Shield: an Official Authentication library
#40

Hello, @sipiatti

For example, if the blog is public, proceed as follows:

PHP Code:
public $globals = [
    'before' => [
        // ...
        'session' => ['except' => ['login*''register''auth/a/*''blog*']],
    ],
    // ...
]; 

more info see:  https://codeigniter4.github.io/shield/in...-all-pages
and https://codeigniter4.github.io/CodeIgnit...lters.html
Reply


Messages In This Thread
RE: Announcing Shield: an Official Authentication library - by datamweb - 11-24-2022, 08:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB