Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch authentication from phone to email #10

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 9, 2024

  1. feat(yeelock): switch authentication from phone to email

    Changed the Yeelock integration authentication method from using a phone number and country code to using an email address. Updated the related API endpoint and parameters for login, removed the phone and country code fields from the config flow, and updated the user interface strings to reflect these changes.
    
    This commit improves the user experience by simplifying the login process and aligns with the Yeelock's updated authentication system that now uses email instead of phone numbers. It also includes modifications to the API calls to use the new endpoint and removes obsolete constants and schema entries. Translations and documentation have been updated accordingly to guide the user through the new setup process.
    skrashevich committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c100510 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    8ef3fa6 View commit details
    Browse the repository at this point in the history