alfred-workflow-gauth icon indicating copy to clipboard operation
alfred-workflow-gauth copied to clipboard

:key: TOTP - Google Authenticator Workflow for Alfred2 (Two-Factor authentication)

Results 31 alfred-workflow-gauth issues
Sort by recently updated
recently updated
newest added

Travis CI doesn't support open source projects for a long time now. This PR uses GitHub Actions for the same checks. P.S. I can't really tell if this workflow works...

## Implementation details: ### Added * [management] store secrets in a separate easily lockable `alfred-gauth` keychain (not the `login` keychain) * [security] using `security` command to manage keychain, which results...

The secrets used to generate TOTP codes are like passwords. This library stores them in plain text on disk. Proposing to store them in Apple Keychain.

Previously all non-actionable items (e.g. `Time Remaining...`, `GAuth is not yet configured`, etc.) were using `ignore="yes"` XML attribute, which Alfred didn't recognize. Because of this, the user was able to...

This PR addresses the issue, when `Time Remaining...` item wasn't shown because of 20 accounts (predefined limit in of the workflow) were already displayed.

Currently, the repository description looks like this: ``` 🔑 TOTP - Google Authenticator Workflow for Alfred2 (Two-Factor authentication) ``` I suggest replacing `Alfred2` with `Alfred 5+`, because this workflow works...

This PR restores indentation so that changing the workflow configuration from Alfred and committing it back to repo won't show as the massive whitespace changes. * The 8006390cca2e70583f005cc460d4c28657f7e89f commit changed...

The link in the top right corner of the repository homepage (https://manfred.life/alfred-workflow-gauth) is broken and leads to a 404 page. I’ve accessed the page via WebArchive, and it only contained...