You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
Hello, first thank you for making it compatible with Neos 3.0 so quickly. :)
One thing however i noticed is that the Admin Backend is not secured by default, so we have to use the Framework way to do this.
I got that working too now, Only one small thing i noticed is that the Simple Mode does not send the csrf_token for the graphs. so i think thats the reason i only see the spinners in the Dashboard and the XHR Request shows You are not allowed to perform this action. in the browser debugger though i allowed the Jsonadm Controller.
So far everything i tried from the Expert Mode works, and i saw the csrf_token send there. So the Expert Mode works.
Also Unfortunately its nowhere really documented how to configure how to secure the Shop Admin Backend for Neos. Maybe that could be documented?
My Configuration for it is the following
(not sure if thats the correct NamePattern of the controllers. Will have to check if the Controller accessible to everybody has any action that users should not be able to execute):
The XHR requests made to the JSON admin API by the JQAdm interface are all GET requests. CSRF tokens are only useful for HTTP verbs like DELETE, PATCH, POST and PUT. If you can adapt your configuration this way, we will update our documentation.
Hello, first thank you for making it compatible with Neos 3.0 so quickly. :)
One thing however i noticed is that the Admin Backend is not secured by default, so we have to use the Framework way to do this.
I got that working too now, Only one small thing i noticed is that the
Simple Mode
does not send the csrf_token for the graphs. so i think thats the reason i only see the spinners in the Dashboard and the XHR Request showsYou are not allowed to perform this action.
in the browser debugger though i allowed the Jsonadm Controller.So far everything i tried from the Expert Mode works, and i saw the csrf_token send there. So the Expert Mode works.
Also Unfortunately its nowhere really documented how to configure how to secure the Shop Admin Backend for Neos. Maybe that could be documented?
My Configuration for it is the following
(not sure if thats the correct NamePattern of the controllers. Will have to check if the Controller accessible to everybody has any action that users should not be able to execute):
Settings.yaml
Policy.yaml
Sorry for the long text, and thanks for that nice shop system. ;)
The text was updated successfully, but these errors were encountered: