shopware / admin-extension-sdk

The Admin Extension SDK can be used by Shopware 6 apps and plugins. This library allows them to extend the administration with custom functionality.
https://developer.shopware.com/resources/admin-extension-sdk/
46 stars 13 forks source link

Get the information about the currently logged in user #63

Closed jleifeld closed 1 year ago

jleifeld commented 1 year ago

We need to provide a solution so that app developer can get information about the currently logged in user

jleifeld commented 1 year ago

A solution could be to add it to the context information: https://shopware.github.io/admin-extension-sdk/docs/guide/api-reference/context/

jleifeld commented 1 year ago

related to https://github.com/shopware/admin-extension-sdk/issues/49

cuonghuynh commented 1 year ago

my use case I want to grant permissions to users on using the app.

htkassner commented 1 year ago

We will cover this issue with the following ticket: https://issues.shopware.com/issues/NEXT-25020