gitpod-samples / Gitpod-Raycast-Extension

Raycast Extension for Gitpod
MIT License
15 stars 6 forks source link

[feat] GitHub OAuth added for simpler auth #27

Closed Palanikannan1437 closed 1 year ago

Palanikannan1437 commented 1 year ago

Enables a MUCH simpler authentication flow with GitHub OAuth!

gitpod-oauth

filiptronicek commented 1 year ago

@Palanikannan1437 could you please share any instructions for how to best test this? As I have never developed Raycast extensions in the past, I am not sure about the process.

Palanikannan1437 commented 1 year ago

@Palanikannan1437 could you please share any instructions for how to best test this? As I have never developed Raycast extensions in the past, I am not sure about the process.

Ohh yeah for sure, you just have to clone it and do npm i followed by npm run dev just like any other react app ๐Ÿš€

Please let me know if you have any queries, thanks ๐Ÿ˜„

filiptronicek commented 1 year ago

Ohh yeah for sure, you just have to clone it and do npm i followed by npm run dev just like any other react app ๐Ÿš€

Ooo, that's some really nice developer experience right here!

Palanikannan1437 commented 1 year ago

Ohh yeah for sure, you just have to clone it and do npm i followed by npm run dev just like any other react app ๐Ÿš€

Ooo, that's some really nice developer experience right here!

I know right!! From giving react-query level of caching capabilities and configuring commands from within "package.json"...it's really awesome!

Raycast has gone to a level that they've made a custom screenshot tool so that devs can easily create beautiful screeenshots to showcase their app

Palanikannan1437 commented 1 year ago

Awesome stuff, works really really well ๐Ÿš€ ๐Ÿงก

My only comment was the weirdly missing GitHub logo, but I assume this is a bug on Raycast's side.

image

A wrong import...fixed it now, not sure how I missed this one ๐Ÿ™ˆ

Thanks for the awesome catch @filiptronicek ๐Ÿงก