Confirm you've already contributed to this project or that you sponsor it
Describe the solution you'd like
Currently, resources must be statically registered (by calling options.RegisterResources(...)), which is fine for simple setups but not ideal for larger deployments. To address that, we'll need to introduce a new Resource entity/manager/store, very similar to what currently exists for the Scope entity/manager/store.
(since it requires a schema change, it will have to wait until 8.0)
Additional context
No response
Confirm you've already contributed to this project or that you sponsor it
Describe the solution you'd like
Currently, resources must be statically registered (by calling
options.RegisterResources(...)), which is fine for simple setups but not ideal for larger deployments. To address that, we'll need to introduce a newResourceentity/manager/store, very similar to what currently exists for theScopeentity/manager/store.(since it requires a schema change, it will have to wait until 8.0)
Additional context
No response