You are browsing as a guest. Sign up (or log in) to start making projects!

1h 29m 8s logged

github device flow auth πŸ‘€
why oh why does device flow auth not work in browsers? I had to do either figure out how to make octokit.js use tauri-plugin-http, do the entire processs from the Rust side, or use the normal oauth web flow
went with do it all from Rust because option 1 and 3 needed rust deps anyway (http plugin for 1, deep link/web server for 3), and option 1 needed figuring out and option 3 leaks the access token to the server unnecessarily

0
2

Comments 0

No comments yet. Be the first!