Best way to create microservices projects with CodeIgniter 4 |
You can use HMVC architecture in your project. Each service will be a separate module (yes, CI4 supports modularity) with its own database (if necessary). And there will be a common core application for working with incoming data, including working with JWT. This is how I would solve your problem
|
Welcome Guest, Not a member yet? Register Sign In |