Replies: 1 comment
-
I had a very similar thought yesterday. With many modern cars now incorporating web-browsers (mine included), I've built an in-vehicle specific dashboard. It was logged out yesterday and had to re-enter credentials, which wasn't pleasant on that type of screen. I thought to myself "It'd be great if I could login via. QR code, or authenticate with a OTP on a more user friendly device". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to be able to display certain dashboards on screens (Tv's with smart web browsers) around various centres where HA is providing integration with heating controllers.
These can't use IP authentication as they all go through a cloudflare ssl proxy (so appear from the same IP) and also cannot login using a username+password as there is no facility to enter details.
Therefore, what I'm looking for is a URL that can be passed a token (probably Long-Lived is the right way) and dashboard to display. The authentication is the bit that I'm requesting, a parameter (GET) to allow the browser to login and display the dashboard.
Beta Was this translation helpful? Give feedback.
All reactions