whomwah / alfred-github-workflow

An Alfred 5 workflow for working with Github. Uses Deno, written in TypeScript
MIT License
11 stars 1 forks source link

feat: Found new solution for auth that does not require a server #26

Closed whomwah closed 1 year ago

whomwah commented 1 year ago

Currently for OAuth I needed to started a server to handle the response from OAuth with the token. This was a pain as even though it worked OK it was always a hack with a timeout. Now I've found Alfreds External ID workflow item, we can now just call this with a specific url and get straight into the workflow from the browser.

https://www.alfredapp.com/help/workflows/triggers/external/

whomwah commented 1 year ago

:tada: This PR is included in version 1.9.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: