New auth_provider - toggle switches via url

Hi,

before i configured the new auth_provider i could toggle things via simple api POSTS for example http://192.168.1.1:8123/api/services/switch/turn_on?api_password=my_password and request_body { “entity_id”: “switch.licht_wz_01” }
How can one achieve this now with new auth_provider set?

Thank you

I think you have to enable legacy_api_password.

I thought of that too, but that can not be the only solution because legacy mode isnt forever

For now you have to enable the legacy_api_password, they are working on getting the new auth system to work, see here: https://github.com/home-assistant/home-assistant/issues/15376

Okay, thank you both. I will enable legacy support.