Welcome Guest, Not a member yet? Register   Sign In
How to use regex in filters
#1

I need to accept the filter without all uri except in auth.

PHP Code:
public $filters = [
 
'jwtauth' => [
 
'before' => ['api/v1/*'], //all but auth
 
],
 ]; 


I tried some combinations and I couldn't
Reply


Messages In This Thread
How to use regex in filters - by rafinhaa - 09-08-2021, 07:44 AM
RE: How to use regex in filters - by kleber - 09-08-2021, 07:19 PM
RE: How to use regex in filters - by InsiteFX - 09-09-2021, 02:16 AM
RE: How to use regex in filters - by rafinhaa - 09-09-2021, 07:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB