How to authenticate in Tandoor recipes using the HA OAuth2-API

Hello,

I’ve installed the addon Tandoor recipes from alexbelgium.

I want to authenticate in the recipes addon using my HA installation and don’t know how to do this.

I’ve found the following pages about authentication in HA and Tandoor, but I don’t have an idea how this will fit together.
https://developers.home-assistant.io/docs/auth_api
https://docs.tandoor.dev/features/authentication/

Do you have any idea to achive authentication in Tandoor recipes using the HA auth API?

Tandoor has an environment variable REMOTE_USER_AUTH=1 can work with nginx auth_request, but the add-on currently doesn’t support it. If this variable is supported, you can achieve homeassistant authentication with ingress integration and nginx-proxy-manager add-on.

I now know how to add this environment variable, you can refer here to achieve your goals. Ingress access for Tandoor recipes