Turn off just-in-time user creation
This will make the app act such that the user authentified is the one that corresponds to the jwt payload. Windmill uses just-in-time provisioning by default and the user doesn't need to have been pre-provisioned for it to works.
I'd like to embed a windmill app and use jwt authentication, however I want to turn off JIT user provisioning. Is there a way to turn off this default behavior and require that the user already exists in windmill?