You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resulting signature is verified against their account. If it was signed by a key associated with that user, they are allowed to log in.
For organizations already implementing GPG and/or GPG smart cards, it is a natural way to piggyback 2fa off that.
Usage: The only functions a typical app will need are gpgauth.verify_signature and gpgauth.generate_challenge. See the sample_app directory for a full example.