I have the follows folders in my project:
//here are the site/shopping administration
site/admin
site/admin/login
//here are the place of clientes of shopping
site/shopping
site/dhopping/login
if the client loggin sucessfull, then he be able to of access, using JWT, to site/admin too?
Exists a way of to protect this as in $_SESSION[“admin”] and $_SESSION[“cliente”]?