Skip to content

Zhou-Haowei/Authenticator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authenticator for Watch

Two-Factor Authentication Client for iOS & watchOS

This project is forked from mattrubin/Authenticator. Apple Watch support is added. Already tested on Apple Watch Series 3 42mm version. Clone this project for Apple Watch support.

Getting Started

  1. Check out the latest version of the project:

    git clone https://github.com/Zhou-Haowei/Authenticator.git
    
  2. In the Authenticator directory, check out the project's dependencies:

    cd Authenticator
    git submodule update --init --recursive
    
  3. Open the Authenticator.xcworkspace file.

If you open the .xcodeproj instead, the project will not be able to find its dependencies.

  1. Build and run the "WatchAuthenticator" scheme with the iPhone and Apple Watch simulators or devices

Some Issue

  1. The token can't refresh be occasionally after the count down , user can perform a manual refresh by pressing the refresh button.
  2. The connection lost controller can't be presented once the connection with the phone is lost.

Trying to figure out the solution of the issue above, I will update the code asap once I found the solution. Thanks for you understanding.

License

This project is made available under the terms of the MIT License.

Software Screenshot

Screenshot of the token list   Screenshot of the connection lost scene

Authenticator

Two-Factor Authentication Client for iOS

Build Status Codecov Latest Release MIT License

Authenticator is a simple, free, and open source two-factor authentication app. It helps keep your online accounts secure by generating unique one-time passwords, which you use in combination with your other passwords to log into supporting websites. The simple combination of the password in your head and the rotating passwords generated by the app make it much harder for anyone but you to access your accounts.

  • Easy: Simple setup via QR code, "otpauth://" URL, or manual entry
  • Secure: All data is stored in encrypted form on the iOS keychain
  • Compatible: Full support for time-based and counter-based one-time passwords as standardized in RFC 4226 and 6238
  • Off the Grid: The app never connects to the internet, and your secret keys never leave your device.

Screenshot of the Authenticator token list   Screenshot of the Authenticator QR Code scanner   Screenshot of the Authenticator token entry form

Getting Started

  1. Check out the latest version of the project:
git clone https://github.com/mattrubin/Authenticator.git
  1. In the Authenticator directory, check out the project's dependencies:
cd Authenticator
git submodule update --init --recursive
  1. Open the Authenticator.xcworkspace file.

If you open the .xcodeproj instead, the project will not be able to find its dependencies.

  1. Build and run the "Authenticator" scheme.

Managing Dependencies

Authenticator uses Carthage to manage its dependencies, but it does not currently use Carthage to build those dependencies. The dependency projects are checked out as submodules, are included in Authenticator.xcworkspace, and are built by Xcode as target dependencies of the Authenticator app.

To check out the dependencies, simply follow the "Getting Started" instructions above.

To update the dependencies, modify the Cartfile and run:

carthage update --no-build --use-submodules

License

This project is made available under the terms of the MIT License.

The modern Authenticator grew out of the abandoned source for Google Authenticator for iOS. The original Google code on which this project was based is licensed under the Apache License, Version 2.0.

About

Two-Factor Authentication Client for iOS and watchOS

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 94.2%
  • Ruby 2.5%
  • HTML 2.4%
  • Other 0.9%