Skip to content

Yubico/yubioath-ios

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

iOS application for OATH with YubiKeys

This app is hosted on the iOS App Store as Yubico Authenticator.

See the file LICENSE for copyright and license information.

OATH functionality

This is an authenticator app compatible with the OATH standard for time and counter based numeric OTPs, as used by many online services. To store these credentials and generate the codes, it uses a compatible YubiKey, connected either via NFC or the Lightning port.

Add credentials by tapping the menu icon, selecting Add account and then either add a credential by scanning a QR code, or by tapping the Enter manually button.

Once credentials have been added, simply tap or connect your YubiKey to display codes.

CryptTokenKit extension

Besides the OATH functionality this app also support authetication using the CTK extension functionality provided by Apple. The authentication is handled using certificates stored in the Smart card application on the YubiKey.

Development

This app is developed in Xcode and the only external dependency is the YubiKit iOS SDK which is added using the Swift Package Manager. To build the app simply open the project file and hit the build button.

Issues

Please report app issues in the issue tracker on GitHub.