5 Commits

Author SHA1 Message Date
Michael Newton
b0a226cdd2 include the authy icon in the description for additional context 2023-02-19 11:56:29 -07:00
Alex Zorin
17307ff610 Add support for "Authy Apps".
For example, what Cloudflare and Humble Bundle used to use, and
what Twitch.tv uses currently.

The difference to the regular "authenticator tokens" seems to be
that the tokens are issued on a per-device basis, which presumably
makes them revocable. Since Authy is the authoritative issuer of
these tokens, they are not encrypted in the API. The other difference
is in the key length and the period (10 seconds rather than 30).

Fixes #3.
2019-08-26 09:29:37 +10:00
Alex Zorin
66bacad2aa Add fallbacks for token name if OriginalName unset
Will use Name if it is available, and otherwise will use UniqueID, which
is not descriptive but should always be available.

Should fix one of the complaints reported in #1.
2019-07-30 06:48:06 +10:00
Alex Zorin
d397f9847e export: Base32 needs to be uppercase 2019-07-13 16:59:10 +10:00
Alex Zorin
56ec588e36 Initial commit 2019-07-13 16:39:43 +10:00