Skip to content

An authenticator app customizable through a sensible tailwind config

License

Notifications You must be signed in to change notification settings

robbryandev/WindyOTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An authenticator app customizable through a sensible tailwind config. Made possible using NativeWind

Features

  • Rename code display names
  • Delete specific codes
  • Import from qr code
  • Migrate all totp codes from Google Authenticator Or Other WindyOTP install
  • Export support guarded with device biometrics
  • Great support for different TOTP implementations

TOTP Support

  • digits: 6 | 8
  • periods: 15 | 30 | 60
  • algorithms: sha1 | sha256 | sha512 | md5

Requirements

Local Development

Mobile app

moon mobile:start

Showcase site

moon site:serve

Building

Mobile app

Manually go to apps/mobile and follow one of the guides bellow

Showcase site

moon site:build

Then serve the new dist folder at apps/site/dist

Technologies Used

Mobile app

Showcase site

  • HTML
  • CSS
  • Tailwind
  • Javascript
  • Typescript
  • Vue

Known Bugs

  • None

License

MIT License

Copyright (c) 2023 Robert Bryan

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.