Getting started with Sphinx and XData

Thank you Wagner,

Unfortunately I am missing something (seems like JWT InsufficientPermissions error - #4 by wlandgraf):slight_smile:

(For now) I narrowed it down to:

The API Server has JWT as middleware installed with the correct (symmetrical) key

The API has set all DefaultEntitySetPermissions

My Entity ahs the attribute [EntityAuthorize(EntitySetPermissionAll)]

When I access the entity without a key (also in swagger): I can access the all methods for the entity

I clearly am missing something trivial…

Thank you