sourcefuse / loopback4-starter

Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
MIT License
158 stars 59 forks source link

Unable to pass json reference data to react component #102

Open paramanandbalara opened 2 years ago

paramanandbalara commented 2 years ago

Loopback4 Let we Have 2 user ( User1 and User2) if My request comes from user 1 then it create a new datasource and and place data in user1's datasource Model and if request comes from user2 then is create another database and place data in user2's datasource

Note :- Model must be same in both Databse