Fix compatibility with Microsoft Entra ID (#48)

* Fixes necessary for Entra ID

* Better error

* Bump 0.6.1

* Also bump manifest

* Linting
This commit is contained in:
Christiaan Goossens
2025-02-16 11:29:24 +01:00
committed by GitHub
parent f24519787b
commit 6e56311176
4 changed files with 81 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "hass-oidc-auth"
version = "0.5.1"
version = "0.6.1"
description = "OIDC component for Home Assistant"
authors = [
{ name = "Christiaan Goossens", email = "contact@christiaangoossens.nl" }