Open imolorhe opened 8 years ago
Hi,
Is it possible to check if the current request route matches a route string in klein? I am trying to do a permission check based for each route the user accesses.
I m having the same need. is there a solution to this one
You might be able to use Klein->request()->pathname().
Hi,
Is it possible to check if the current request route matches a route string in klein? I am trying to do a permission check based for each route the user accesses.