Skip to content

debugly/GoldenPassport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoldenPassport

A native implementation of Google Authenticator for Mac based on Swift3.

Screenshot

main

add

restful-api

Features

  • Recognize OTPAuth URL from a QRCode image
  • Authentication code management
  • Support RESTful API to obtain the verification code
  • Use a global hot key(Shift+Cmd+[0-9]) to direct fill out the verification code
  • Click an auth-menu to copy the verification code to the PasteBoard
  • Export/Import authentication codes

How to use

  1. Download the latest version of GoldenPassport from the releases page.
  2. Unzip GoldenPassport.zip and put GoldenPassport.app to your Application folder then start it.
  3. Add an auth URL from the status menu.

Or you can install if from brew cask

brew install --cask goldenpassport

Now, you can get the verification code by:

  • From the status menu, copy the verification by clicking an auth-menu
  • Use a global hot key(Shift+Cmd+[0-9]) to direct fill out the verification code

You can also use the RESTful API if you want to get the verification code from a shell script by the following way:

# you can get the url from `http://localhost:17304/`
code=$(curl 'http://localhost:17304/code/test@stanzhai.site')
# ues the verification code
echo $code

Building

GoldenPassport uses cocoapods as the package manager tool, you should install it first.

  1. pod install to install dependencies
  2. Open GoldenPassport.xcworkspace with Xcode to build

Todo

  • Support auto startup with system
  • i18n

Resources

About

A native implementation of Google Authenticator for Mac based on Swift

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 86.9%
  • C 7.6%
  • Swift 5.4%
  • Ruby 0.1%