googleworkspace / md2googleslides

Generate Google Slides from markdown
Apache License 2.0
4.48k stars 284 forks source link

2fa? #93

Closed hchiam closed 3 years ago

hchiam commented 3 years ago

Quick question: I'm guessing two-factor auth isn't currently supported, right? I understand this probably isn't a priority.

sqrrrl commented 3 years ago

2FA is OK. The tool itself uses OAuth and never deals directly with user credentials. 2FA comes into play when a user authorizes the tool, and that happens in the browser as normal.