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

OAuth2 support #93

Open
jokerejoker opened this issue Apr 6, 2022 · 1 comment
Open

OAuth2 support #93

jokerejoker opened this issue Apr 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jokerejoker
Copy link

To make a more user friendly implementation of the OAuth authentication would be a good addition to the library.
Also my guess would be that we could get around the 2FA mechanism.

The implementation to IFTTT (https://ifttt.com/arlo) is working using OAuth pointing to the following authentication mechanism:

https://oauth.arlo.com/oauth/auth?access_type=offline&client_id=vudubxsiujdlvmdjwvaw-oauth-netgear&redirect_uri=XXX&response_type=code&scope=ifttt%2Cprofile&state=XXX

@jokerejoker
Copy link
Author

Also, maybe this could be of help

https://robertogallea.com/posts/development/netgear-arlo-system-api

@twrecked twrecked added the enhancement New feature or request label Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants