Keep companion connection open (do not ask for login / password)

Hi there,

I have an automation which makes a notification on my smartphone when someone rings on the phone … displays a picture of the camera in the notification, and when clicking on the notification, opens a lovelace dashbord with the live view of my cameras :

service: notify.mobile_app_sm_a536b
data:
  title: Portier VTO2000
  message: Quelqu'un sonne à la porte !!
  data:
    content-type: jpg
    image: http://server.be:8123/local/Camera-snapshots/ced-snapshot.jpg
    clickAction: http://server.be:8123/smartphone-cameras/0

When clicking the notification, I would liketo avoid home assistant to request the login and password again … is there a way to achieve this please ?
So access a dashboard which would not request a login / password ?

Purpose is obviously to be able to access the camera streams as quick as possible.

Thank you !!