Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 1.42 KB

README.md

File metadata and controls

12 lines (6 loc) · 1.42 KB

Authenticator

Two-Factor Authentication Client for iOS.

This app generates and displays one-time passwords for logging into systems which use two-factor authentication, or any other system which supports counter-based or time-based OTPs. The goal of this project is to create a free, simple, open-source alternative to Google Authenticator. This project was based on the neglected open-source Google Authenticator client for iOS, and has been rewritten to create a clean code-base using modern APIs.

OTP keys can be entered into the app manually, via an iOS cross-app URL scheme, or by scanning a QR code with the in-app QR reader. The format for key URIs is supported by many OTP apps and is often presented to the user as a QR code when they are activating two-factor authentication for an online service.

License

This project is made available under the terms of the MIT License. The original project on which it is based is licensed under the Apache License, Version 2.0. Files present in the earlier project still bear the original license in their header comments. Files which are new or have been entirely rewritten contain the new license in their headers.