From 1c8c7ed14aa9228c825e86051238fb4d6c2d4a8a Mon Sep 17 00:00:00 2001 From: Christiaan Goossens <9487666+christiaangoossens@users.noreply.github.com> Date: Mon, 26 Dec 2022 14:04:31 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f86844..4243d17 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Status: in progress, but very slowly. Current roadblocks: -[ ] Find a way to do a redirect within the login step in Home Assistant, we should not use window.open -[ ] Find out how to make this redirect work on all platforms (including mobile) +- [ ] Find a way to do a redirect within the login step in Home Assistant, we should not use window.open +- [ ] Find out how to make this redirect work on all platforms (including mobile) If this is solved, implementing OIDC itself is doable.