Adding security for a custom editor

Hi, I need to create a custom editor that shouldn’t be publically accessible so I’m wondering how I could send a key or credentials from squidex to the custom editor. Grateful for any advice.

Cheers

Seb

I would just pass a shared secret as query string and validate that secret in the editor or in the web server that returns the editor.

1 Like