-
Notifications
You must be signed in to change notification settings - Fork 21
feat: device-auth #119
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
feat: device-auth #119
Conversation
commit: |
This comment was marked as outdated.
This comment was marked as outdated.
I've tweaked it so that async authenticate(
refreshToken?: string,
timeout?: number,
): Promise<[DeviceVerification | undefined, Promise<Token>]> { must be called first before anything else. Semantics are;
Device auth flow will return the Also, all auth errors should be identifiable now;
There's also now an example in
|
@abn Did you see this? Not sure how it affects your work? |
I've tested the PR code in my app, and it works perfectly 🌟 |
No description provided.