Files
hass-oidc-auth/custom_components/auth_oidc/manifest.json
Christiaan Goossens 5714e844a7 Pre-release 3 for v0.7.0 (#129)
* Bump to 0.7.0-alpha-rc3
* Small tweak to forgot password link
* Add version param for cache busting
2025-10-04 17:43:45 +02:00

23 lines
555 B
JSON

{
"domain": "auth_oidc",
"name": "OpenID Connect/SSO Authentication",
"codeowners": [
"@christiaangoossens"
],
"config_flow": true,
"dependencies": [
"auth",
"http"
],
"documentation": "https://github.com/christiaangoossens/hass-oidc-auth",
"integration_type": "service",
"iot_class": "calculated",
"issue_tracker": "https://github.com/christiaangoossens/hass-oidc-auth/issues",
"requirements": [
"python-jose>=3.3.0",
"aiofiles>=24.1.0",
"jinja2>=3.1.4",
"bcrypt>=4.2.0"
],
"version": "0.7.0-rc3"
}