Releases: christiaangoossens/hass-oidc-auth
v0.4.1-alpha
Second alpha release, use at your own risk.
Note to users of the previous releases
If you used previous (pre-)alpha releases, you will lose access to user profiles created through the OIDC integration as a new user will be created on the next login. Please backup your configuration from those user profiles before updating. This is due to linking by sub instead of username. Sorry for the inconvenience (this is part of the alpha process).
What's Changed
- Slowed down code checking to prevent brute forcing by @christiaangoossens in #12
Full Changelog: v0.4.0-alpha...v0.4.1-alpha
v0.4.0-alpha
Second alpha release, use at your own risk.
Note to users of the previous releases
If you used previous (pre-)alpha releases, you will lose access to user profiles created through the OIDC integration as a new user will be created on the next login. Please backup your configuration from those user profiles before updating. This is due to linking by sub instead of username. Sorry for the inconvenience (this is part of the alpha process).
What's Changed
- Further UI improvements by @christiaangoossens in #8
- Improved config options for OIDC by @christiaangoossens in #9
Full Changelog: v0.3.0-pre-alpha...v0.4.0-alpha
v0.3.0-alpha
First alpha release, do not use in production. Basic UI is now implemented.
What's Changed
- UI Improvements by @christiaangoossens in #7
Full Changelog: v0.2.0-pre-alpha...v0.3.0-pre-alpha
v0.2.0-pre-alpha
Second pre-alpha release, do not use in production. Now includes a link to automatically sign in without copying the code (same browser/desktop only).
What's Changed
- Code quality improvements (v0.2.0-pre-alpha) by @christiaangoossens in #5
Full Changelog: v0.1.0-pre-alpha...v0.2.0-pre-alpha
v0.1.0-pre-alpha
First pre-alpha release, do not use in production.