yubistack


Nameyubistack JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/oriordan/yubistack
SummaryYubiStack implementation
upload_time2024-03-01 05:22:46
maintainer
docs_urlNone
authorDoug O'Riordan
requires_python
licenseBSD 2 clause
keywords yubikey otp authentication
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            YubiStack
=========

.. image:: https://github.com/oriordan/yubistack/actions/workflows/main.yml/badge.svg?branch=main
   :target: https://github.com/oriordan/yubistack/actions/workflows/main.yml?branch=main

YubiStack provides a python re-implementation of:

* `yubiauth <https://github.com/Yubico/yubiauth>`_: Authentication client with a simple user management system
* `yubikey-val <https://github.com/Yubico/yubikey-val>`_: YubiKey validation server
* `yubikey-ksm <https://github.com/Yubico/yubikey-ksm>`_: YubiKey key storage module

NOTE: Only the authentication part is implemented from yubiauth, the user management system is NOT.

Installation
------------

To install yubistack, simply:

.. code-block:: bash

    $ sudo pip install yubistack

Configuration
-------------

The configuration file path is read from YUBISTACK_SETTINGS environment variable, otherwise defaults
to /etc/yubistack.conf. You can find a sample config in the repo.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/oriordan/yubistack",
    "name": "yubistack",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "yubikey otp authentication",
    "author": "Doug O'Riordan",
    "author_email": "oriordan@mail.be",
    "download_url": "https://files.pythonhosted.org/packages/6e/08/3fa717e3593e870e0c9dfab6b6215af0d4106cd1be4ff1e317cac36a7087/yubistack-1.0.0.tar.gz",
    "platform": null,
    "description": "YubiStack\n=========\n\n.. image:: https://github.com/oriordan/yubistack/actions/workflows/main.yml/badge.svg?branch=main\n   :target: https://github.com/oriordan/yubistack/actions/workflows/main.yml?branch=main\n\nYubiStack provides a python re-implementation of:\n\n* `yubiauth <https://github.com/Yubico/yubiauth>`_: Authentication client with a simple user management system\n* `yubikey-val <https://github.com/Yubico/yubikey-val>`_: YubiKey validation server\n* `yubikey-ksm <https://github.com/Yubico/yubikey-ksm>`_: YubiKey key storage module\n\nNOTE: Only the authentication part is implemented from yubiauth, the user management system is NOT.\n\nInstallation\n------------\n\nTo install yubistack, simply:\n\n.. code-block:: bash\n\n    $ sudo pip install yubistack\n\nConfiguration\n-------------\n\nThe configuration file path is read from YUBISTACK_SETTINGS environment variable, otherwise defaults\nto /etc/yubistack.conf. You can find a sample config in the repo.\n",
    "bugtrack_url": null,
    "license": "BSD 2 clause",
    "summary": "YubiStack implementation",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/oriordan/yubistack"
    },
    "split_keywords": [
        "yubikey",
        "otp",
        "authentication"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee52424f7fd70729546f23924555ec8560ba0ec664f8fb0423a20668c4d2083a",
                "md5": "1b40b86abf20c590a8057594e220de05",
                "sha256": "6134f99590123b7f4401593844b6f3a794d45cc2fe60fb9d7572136dc8d1112a"
            },
            "downloads": -1,
            "filename": "yubistack-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b40b86abf20c590a8057594e220de05",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 30329,
            "upload_time": "2024-03-01T05:22:45",
            "upload_time_iso_8601": "2024-03-01T05:22:45.013195Z",
            "url": "https://files.pythonhosted.org/packages/ee/52/424f7fd70729546f23924555ec8560ba0ec664f8fb0423a20668c4d2083a/yubistack-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e083fa717e3593e870e0c9dfab6b6215af0d4106cd1be4ff1e317cac36a7087",
                "md5": "eb78a52e2706aa549c79daa22aee2cd2",
                "sha256": "7cf3cf876901bec7636314734c75ce05fb0e4c0d09610413255f8c4d4721c8a8"
            },
            "downloads": -1,
            "filename": "yubistack-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eb78a52e2706aa549c79daa22aee2cd2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26020,
            "upload_time": "2024-03-01T05:22:46",
            "upload_time_iso_8601": "2024-03-01T05:22:46.836876Z",
            "url": "https://files.pythonhosted.org/packages/6e/08/3fa717e3593e870e0c9dfab6b6215af0d4106cd1be4ff1e317cac36a7087/yubistack-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 05:22:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oriordan",
    "github_project": "yubistack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "yubistack"
}
        
Elapsed time: 0.20402s