JavaScript/TS implementation of oauth2 for v3 - MFA #263
Replies: 3 comments 10 replies
-
I would note that Puppeteer may not be functional in all environments, since it's hosting an entire Chromium process. But there is also resilience against changes to the frontend HTML by using that method, so it has its tradeoffs. Thanks for the contribution! |
Beta Was this translation helpful? Give feedback.
-
This looks excellent, but any idea how I would implement this in node? Tanks |
Beta Was this translation helpful? Give feedback.
-
@IMgoRt I made a basic implementation without puppeteer for Node. NodeJS (TS) Implementation for /oauth2/v3 (with optional MFA) |
Beta Was this translation helpful? Give feedback.
-
Used puppeteer to login and intercept callback to get the code.
call authenticate with a passcode for MFA
Beta Was this translation helpful? Give feedback.
All reactions