Giter Site home page Giter Site logo

goldenpassport's Introduction

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/[email protected]')
# 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

goldenpassport's People

Contributors

iosleep avatar liomen avatar shaoxinsen avatar stanzhai avatar vimac avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.