eduvpn / apple

app for iOS and macOS
Other
62 stars 18 forks source link

Support username / password authentication for imported OpenVPN configs #372

Closed roop closed 3 years ago

roop commented 3 years ago

When importing a config, if the config has an "auth-user-pass" line, the app should present a form asking for username and password.

In macOS, the app should offer an option to prompt for the password every time the tunnel connects. This is to help with the case where the app password includes a two-factor authentication code.

roop commented 3 years ago

Fixed in PRs #380 and #392.