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

[myq] Switch to using OAuth for logins #11183

Merged
merged 9 commits into from
Sep 11, 2021
Merged

Commits on Aug 31, 2021

  1. change MyQ binding to use now required oAuth for authentication

    Signed-off-by: Dan Cunningham <dan@digitaldan.com>
    digitaldan committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d92e9fc View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Clean up error handling

    Signed-off-by: Dan Cunningham <dan@digitaldan.com>
    digitaldan committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    221e2c4 View commit details
    Browse the repository at this point in the history
  2. Cleanup checkstyle errors

    Signed-off-by: Dan Cunningham <dan@digitaldan.com>
    digitaldan committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    724476a View commit details
    Browse the repository at this point in the history
  3. missing newline

    Signed-off-by: Dan Cunningham <dan@digitaldan.com>
    digitaldan committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    1a6b981 View commit details
    Browse the repository at this point in the history
  4. Remove unused classes

    Signed-off-by: Dan Cunningham <dan@digitaldan.com>
    digitaldan committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    96c8c40 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Add token listener

    Signed-off-by: Dan Cunningham <dan@digitaldan.com>
    digitaldan committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    3290da3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. add a redirect limit...just in case

    Signed-off-by: Dan Cunningham <dan@digitaldan.com>
    digitaldan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    c982282 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Don't resue the oAuth service if we have been disosed or its closed. …

    …Reduce logging verbosity.
    
    Signed-off-by: Dan Cunningham <dan@digitaldan.com>
    digitaldan committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    a92487c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Force login if we get a 401 response

    Signed-off-by: Dan Cunningham <dan@digitaldan.com>
    digitaldan committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    50deca6 View commit details
    Browse the repository at this point in the history