Using Ignition Token for Web Dev Authentication

Howdy y’all!

I’ve been experimenting with the new built-in REST API in Ignition 8.3 and trying out the new token-based authentication. I have the API key created and a security level assigned to it, but I’m running into a hurdle with the WebDev module.

Is there a way to require users to provide this Ignition-generated token in the request header when calling my WebDev endpoints? I’ve looked into the Project Properties authentication settings, but changing those doesn't seem to have any effect on WebDev’s behavior.

Has anyone found a way to bridge these two, or is WebDev still isolated from the new Gateway API security?

Thanks for the help!

Isolated. But you can check headers yourself in script resources to enforce any auth scheme you like.