This update introduces automatic user creation. Make sure to follow these instructions to make this update safely:
- Create a backup of your homeassistant (you should do that anyway before each update)
- Create a user in homeassistant that is an administrator. Make sure its name is not a username in your IdP.
If everything works after the update, you can remove the newly created admin user again. This is just a safety precaution.
🐛 Fixes
- fix: compare lowercase usernames (#19) by @GuyKh in
c3357de - fix: allow usernames with uppercase letters (#31) by @pompedus in
ed8d620
✨ Feats
- feat: user creation and auth provider (#33) by @cavefire in
6acaa02 - feat: trusted ips ignore
block_loginoption by @cavefire ineadd429 - feat: implement logout & music assistant auth (#38) by @cavefire in
5a70d1c
🧹 Chores
📚 Docs
New Contributors
Full Changelog: 1.2.0-pre1...1.2.0-pre2