Can security be applied at the project level?

It isn’t a lot of coding. The script will probably look like:if "East Stack" in fpmi.security.getRoles(): pass else: fpmi.security.logout()

I think you can useif not "East Stack" in fpmi.security.getRoles(): fpmi.security.logout()but I can’t check it at the moment.