In our security bdd, it should be great to get a schema for each application:
- A core schema: it contains the main data for the operation of the security manager application (ex; properties tables, authentication user tables, etc..)
- An application schema: each application has its own shema (ex: boardgame). It contains authorization data relative to that application (ex: user authorization data, application authorization data, etc..) $
Thanks to that cutting, it will be more easy to plug/unplug application, when some operation are perfoms for one application, it will not impact other application.
In our security bdd, it should be great to get a schema for each application:
Thanks to that cutting, it will be more easy to plug/unplug application, when some operation are perfoms for one application, it will not impact other application.