KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
aerogear-ios-otp
★ 41
Open GitHub ↗
One time passwords library
Download README (.md)
Explore Similar Repositories
aerogear-ios-http
:
Lightweight lib around NSURLSession to ease HTTP calls
aerogear-cordova-push
:
✨ Cordova plugin to support AeroGear UnifiedPush notifications ✨
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
aerogear-ios-otp
?
Download (.md)
## Deprecation Notice This repository has been deprecated and is not being maintained. If you have any questions, please get in touch with the collaborators. # aerogear-ios-otp  [](https://circleci.com/gh/aerogear/aerogear-ios-otp) [](https://codecov.io/gh/aerogear/aerogear-ios-otp) [](https://opensource.org/s/Apache-2.0) [](https://github.com/aerogear/aerogear-ios-otp/releases) [](https://cocoapods.org/pods/AeroGearOTP) [](https://cocoapods.org/pods/AeroGearOTP) One time password generator library according to [RFC 6238](http://tools.ietf.org/html/rfc6238). | | Project Info | | --------------- | -------------------------------------------- | | License: | Apache License, Version 2.0 | | Build: | CocoaPods | | Language: | Objective-C | | Documentation: | http://aerogear.org/ios/ | | Issue tracker: | https://issues.jboss.org/browse/AGIOS | | Mailing lists: | [aerogear-users](http://aerogear-users.1116366.n5.nabble.com/) ([subscribe](https://lists.jboss.org/mailman/listinfo/aerogear-users)) | | | [aerogear-dev](http://aerogear-dev.1069024.n5.nabble.com/) ([subscribe](https://lists.jboss.org/mailman/listinfo/aerogear-dev)) | ## Table of Content * [Features](#features) * [Installation](#installation) * [CocoaPods](#cocoapods) * [Usage](#usage) * [Documentation](#documentation) * [Demo apps](#demo-apps) * [Development](#development) * [Questions?](#questions) * [Found a bug?](#found-a-bug) ## Features [TODO] ## Installation ### CocoaPods In your `Podfile` add: ```bash pod 'AeroGearOTP' ``` and then: ```bash pod install ``` to install your dependencies ## Usage [TODO] ## Documentation For more details about that please consult [our documentation](http://aerogear.org/ios/). ## Demo apps Take a look in our demo apps: * [Two-Factor](https://github.com/aerogear/aerogear-ios-cookbook/blob/master/Two-Factor) ## Development If you would like to help develop AeroGear you can join our [developer's mailing list](https://lists.jboss.org/mailman/listinfo/aerogear-dev), join #aerogear on Freenode, or shout at us on Twitter @aerogears. Also takes some time and skim the [contributor guide](http://aerogear.org/docs/guides/Contributing/) ## Questions? Join our [user mailing list](https://lists.jboss.org/mailman/listinfo/aerogear-users) for any questions or help! We really hope you enjoy app development with AeroGear! ## Found a bug? If you found a bug please create a ticket for us on [Jira](https://issues.jboss.org/browse/AGIOS) with some steps to reproduce it.