Skip to content

NorfairKing/tpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TPA

Minimalist declarative command-line Third Party Authenticator

Setting it up

  1. Put your keys in files:
- name: test key
  key: AAAAAAAAAAAAAAAA # Base32
  1. Refer to the key files in a config file:
key-paths:
- /path/to/my/key/file
  1. Run tpa or tpa <keyname>.

Setting it up with NixOS Home Manager

  1. Import ./nix/home-manager-module.

  2. Configure in you home manager configuration:

    tpa = {
      enable = true;
      paths = [
        /path/to/key/files
      ];
    };
    

About

Minimalist declarative command-line Third Party Authenticator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published