Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 952 Bytes

README.rst

File metadata and controls

28 lines (18 loc) · 952 Bytes

YubiStack

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

YubiStack provides a python re-implementation of:

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

Installation

To install yubistack, simply:

$ 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.