born05 / craft-twofactorauthentication

Craft plugin for two-factor or two-step login using Time Based OTP.
MIT License
36 stars 26 forks source link

Allow the ability to use regex in the whitelist and blacklist config arrays #21

Closed samuelbirch closed 5 years ago

samuelbirch commented 5 years ago

eg: any url that starts with account/ is blacklisted

'frontEndPathBlacklist' => [ '*' => [ 'account\/.+' ], ],