This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File: pinentry.info, Node: Top, Next: Using pinentry, Up: (dir) | |
Introduction | |
************ | |
This manual documents how to use the PINENTRY and its protocol. | |
The PINENTRY is a small GUI application used to enter PINs or | |
passphrases. It is usually invoked by GPG-AGENT (*note Invoking the | |
gpg-agent: (gnupg)Invoking GPG-AGENT, for details). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
# | |
# Copyright (c) Alexandr Emelin. BSD license. | |
# All rights reserved. | |
# | |
""" | |
class GithubAuthHandler(BaseHandler, auth.GithubMixin): | |
x_site_token = 'application' |