-
Notifications
You must be signed in to change notification settings - Fork 5
Description
In your Changelog for the custom app functionality, it says: "We've introduced a new kind of [application](https://docs.commercelayer.io/provisioning/getting-started/applications) that you can choose when creating a [custom app](https://docs.commercelayer.io/provisioning/getting-started/applications#custom-apps). [Generic apps](https://docs.commercelayer.io/provisioning/getting-started/applications) can have Full access (read and write) or Read-only permissions on all the [Commerce Layer Core resources](https://docs.commercelayer.io/core/api-reference/)"
How do you grant full access to all resources in the custom app? Or is this automatic? Right now, when we build custom apps, we can built on orders, shipments etc. But the auth for the custom apps is really annoying, as you need to log into each custom app to use it (tokens are not shared across apps). If we could use all the apps from just the custom apps, we would just move our code to that. But, how do you grant acess to all the apps? Thanks.