Skip to content

soliujing/Paw-TOTPDynamicValue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TOTP Dynamic Value (Paw Extension)

A Paw Extension that computes TOTP.

#Reference https://github.com/bestony/totp.js/

#installation

PATH_PAW_EXTENSIONS="$HOME/Library/Containers/com.luckymarmot.Paw/Data/Library/Application Support/com.luckymarmot.Paw/Extensions"
NAME_TOTP_DYNAMIC="com.luckymarmot.PawExtensions.TOTPDynamicValue"
REPO_URL="https://github.com/soliujing/Paw-TOTPDynamicValue.git"
mkdir -p $PATH_PAW_EXTENSIONS
cd $PATH_PAW_EXTENSIONS
git clone --depth 1 $REPO_URL $NAME_TOTP_DYNAMIC

About

A Paw Dynamic Value to compute TOTP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%