Minor update to fix issues found in v1.1.0.
The README has also been updated to clarify that this integration is RP/client only and does not implement an OIDC provider within Home Assistant. Thank you @davux for requesting this clarification.
Fixes
- Login with Home Assistant to external apps using the OAuth2 integration now works again, such as for Music Assistant or EVCC (#318)
- Login with 'alternative method' in the mobile app now works again (#338)
- Removed the incorrect 'you have already signed in' blue box upon login
- Resolved possible issue with argument order when setting up the auth page (#334)
What's Changed
- Fix UX issues with external OAuth2 apps by @christiaangoossens in #328
- Increment JS counter by @christiaangoossens in #329
- Clarify RP-only implementation by @christiaangoossens in #330
- Update dependency joserfc to ~=1.7.0 in #335
- Fix possible extra argument injection by @christiaangoossens in #342
Full Changelog: v1.1.0...v1.1.1