otpauth
twirp

otpauth | twirp | |
---|---|---|
10 | 36 | |
736 | 7,264 | |
3.5% | 0.4% | |
4.2 | 4.6 | |
3 months ago | 7 months ago | |
Go | Go | |
ISC License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
otpauth
-
Ask HN: How do you start over with 2FA and losing your phone?
will generate a PNG file for each account, name after the account name and site name, and containing the QR code for the account.
Going forward, save those PNGs somewhere secure (I use an encrypted tar file). Any new accounts you set up save the QR codes for those as PNGs and add them to your collection. If you keep that collection up to date you will be able to readily handle any device updates or replacements readily or adding new TOTP apps.
[1] https://github.com/dim13/otpauth
-
It Is New Phone Day - Don't Forget To Transfer Google Authenticator Before Wiping Your Phone!!!
afterwards you can use https://github.com/dim13/otpauth to convert the GAUTH code to plaintext
-
Transfer 2FA Tokens from GAUTH to Authy?
Open google authenticator, export accounts, screenshot QR code, decode with cyberchef, decode otpauth-migration link with https://github.com/dim13/otpauth
-
Google Authenticator Issues
Scan the code with something else and pass the string inside to a tool like this in order to get the individual tokens/codes: https://github.com/dim13/otpauth
- Hausdurchsuchung wegen 5 Gramm Gras - Handy mitgenommen
- Migrate TOTP from GAuth
-
Is there a way to backup everything in my Google Authenticator?
latest google authenticator has an export option. save the url or QR code and you will be able to load it in the next phone (or use a tool such as https://github.com/dim13/otpauth / https://github.com/digitalduke/otpauth-migration-decoder to decode the keys/timers and load in TOTP inside keypassx etc')
-
Request: support for optauth-migration links
The code on this page is a standard otpauth string.
-
Warning: Please stop using Google Authenticator for your 2FA/TOTP. It has a bad reputation of locking people out of all of their accounts if something happens to the device. There are other better/safer options. Here is my overall advice.
Not tested yet but this tool should allow you to create scanable QR codes for other auth apps as far as I understand. https://github.com/dim13/otpauth
- Show HN: Google Authenticator Migration Decoder
twirp
-
gRPC vs. REST: Understand gRPC, OpenAPI and REST and When to Use in API Design
- 2. serialization format via protobuf
For most companies, neither 1 or 2 is needed, but the side effect of 2 (of having structured schema) is good enough. This was the idea behind twrip - https://github.com/twitchtv/twirp - not sure whether this is still actively used / maintained, but it's protobuf as json over HTTP.
- Go Protobuf: The New Opaque API
-
gRPC: 5 Years Later, Is It Still Worth It?
Twirp is lovely, we kind of hit a wall when using it internally because it doesn't have a streaming story: https://github.com/twitchtv/twirp/issues/3
If you don't need to stream data it is excellent.
-
Eight Years of GraphQL
Graphql is by far the most painful DX and least productive thing I've seen cargo-culted. Like most things there's a time and place for Graphql but I think it's vastly overused.
For backend services in particular literally anything else is probably a better choice - rest, grpc, soap, a socket. I honestly don't know why more people don't give twirp a shot.
https://github.com/twitchtv/twirp
- Twirp is a simple RPC framework built on protobuf
-
I Reviewed 1,000s of Opinions on gRPC
The next time I want to build an API, I will probably make use of https://github.com/twitchtv/twirp. I like working with Protobuf and having strongly-typed and well-defined messages, but gRPC is way, way too much. It's obviously a Google product, built for what Google needs.
Use Protobuf for messages, but just use HTTP for transport.
- How do I provide bot RPC and REST endpoints?
- Reasons to use gRPC/Protobuf?
-
A detailed comparison of REST and gRPC
- Twirp (Twitch light version of gRPC, with optional JSON encoding, HTTP1 support and without streaming) - https://github.com/twitchtv/twirp
-
goRPC or gRPC?
There is another: twirp
What are some alternatives?
otpauth-migration-decoder - Convert otpauth-migration to plain link
grpc-web - gRPC Web implementation for Golang and TypeScript
otplib - :key: One Time Password (OTP) / 2FA for Node.js and Browser - Supports HOTP, TOTP and Google Authenticator
protobuf-ts - Protobuf and RPC for TypeScript
ios-application - A native, lightweight and secure one-time-password (OTP) client built for iOS; Raivo OTP!
drpc - drpc is a lightweight, drop-in replacement for gRPC
google-auth-decode - Decode Google Authenticator URI
client_golang - Prometheus instrumentation library for Go applications
Aegis - A free, secure and open source app for Android to manage your 2-step verification tokens.
prisma-client-go - Prisma Client Go is an auto-generated and fully type-safe database client
Bitwarden - Bitwarden infrastructure/backend (API, database, Docker, etc).
gRPC - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
