russdill / juniper-vpn-py

Python Juniper VPN Authenticator
GNU Lesser General Public License v2.1
103 stars 80 forks source link

Adds support for two factor authentication with password composed of fixed prefix and variable postfix #10

Closed kriskwiatkowski closed 8 years ago

kriskwiatkowski commented 8 years ago

This patch adds support for secondary password composed of fixed prefix and variable postfix is required. Usually variable postfix of such password is sent via SMS, then user has to enter concatenation of invariable secret prefix known only to him and postfix received.

Please integrate if you're interested