You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to move the admin controller to a separate package?
There are a couple of advantages to this:
admin controls can be left uninstalled and possibly moved to another server and use API controls. This way you could have one server admin other servers using single install of admin package and an API. Also there wouldn't be any admin controls that a person could login to using brute force.
we can attach the admin package as a sub module so it can be defined in backend only for advanced app layouts.
So if you are using the base app you would define the admin in your config as a module or sub module.
Do you want to move the admin controller to a separate package?
There are a couple of advantages to this:
So if you are using the base app you would define the admin in your config as a module or sub module.
And in advanced apps it would only be defined in backend configs.
The text was updated successfully, but these errors were encountered: