An authenticator app customizable through a sensible tailwind config. Made possible using NativeWind
- 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
- All theme color variables are changeable in-app
- digits: 6 | 8
- periods: 15 | 30 | 60
- algorithms: sha1 | sha256 | sha512 | md5
Manually go to apps/mobile and follow one of the guides bellow
moon site:buildThen serve the new dist folder at apps/site/dist
- React native
- Expo
- Typescript
- NativeWind
- VanillaTOTP (My Library)
- protobufjs
- react-native-qrcode-svg
- HTML
- CSS
- Tailwind
- Javascript
- Typescript
- Vue