https://github.com/algesten/tokeny
Tocan is a 2-step authentication app compatible with Google, Dropbox, Github, and more.
https://github.com/algesten/tokeny
authenticator otp swift3 totp watchos
Last synced: 17 days ago
JSON representation
Tocan is a 2-step authentication app compatible with Google, Dropbox, Github, and more.
- Host: GitHub
- URL: https://github.com/algesten/tokeny
- Owner: algesten
- Created: 2017-04-14T16:40:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T21:12:14.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T09:12:20.551Z (about 1 month ago)
- Topics: authenticator, otp, swift3, totp, watchos
- Language: JavaScript
- Homepage: https://itunes.apple.com/us/app/tocan/id1226964610?mt=8
- Size: 740 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tocan
=====App for iOS here: https://itunes.apple.com/us/app/tocan/id1226964610?mt=8
(tokeny is the project name)
Tocan is a 2-step authentication app compatible with Google, Dropbox, Github, and more.
When signing into an account, you need to provide both your password and a verification code generated by the app. You need to enable 2-factor-authentication for the service first.
* Scans QR-codes
* Stores items in iCloud Keychain for backup and sync to other devices.
* Watch App that works independently of the iPhone.* Only TOTP (Time based One Time Password), for now.
* Only 30-second TOTP, for now.### Screen grabs
Phone app
Watch app
Licenses
--------OneTimePassword (used in watchOS) is Copyright (c) 2013-2017 Matt
Rubin and the OneTimePassword authorsThe Tocan name and logo (the bird) are Copyright 2017 and Trademarks
of Objekt & Funktion AB (Martin Algesten) and not licensed without
explicit written permission.The Tokeny code base (not the Tocan name/logo) is licensed under the MIT license:
Copyright (c) 2017 Martin Algesten
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.