ente icon indicating copy to clipboard operation
ente copied to clipboard

[Feature Request] API to fetch tokens programatically

Open PrayagS opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe.

I've migrated to ente auth from Authy as many others. What I miss here is a Raycast extension that lets me fetch tokens.

That reduces the context switch between the desktop and the phone or even between the textbox and the desktop app for ente auth.

Authy has an extension like that built by the community: https://github.com/raycast/extensions/blob/main/extensions/authy/README.md

Describe the solution you'd like

Some kind of API that lets users fetch tokens.

I believe something like that should already be in place given that the desktop app is already being developed.

PrayagS avatar Feb 17 '24 22:02 PrayagS

The underlying tech for Raycast extensions is very similar to current stack for Auth web. https://developers.raycast.com/

Powerful and familiar tooling: Extensions are built with TypeScript, React, and Node. Leverage npm's ecosystem to quickly build what you imagine.

If anyone is interested in building this extension, they can refer to the auth web code here. https://github.com/ente-io/ente/tree/main/web/apps/auth

ua741 avatar Feb 20 '24 05:02 ua741

Awesome. Thanks for sharing that.

I might hack around this during the weekend.

PrayagS avatar Feb 21 '24 12:02 PrayagS