Authentication in Reverse Proxy Server vs Sonarr?

I am looking into putting Sonarr behind a reverse proxy with a username and password. What would be the better approach for the username and password:

  1. Uses HTTP Basic Authentication in the web server, or

  2. One of the two methods of Authentication (Basic or Forms) in Sonarr?

Thank you