-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension dropdown page auth login. #8
Comments
We can test |
Are we adding a |
Generating and using a PAT for the extension is the safest all-round way of doing it, since ay extension mistakes or hijacking would be visible through token usage, however both methods can be explored for knowledge sharing purposes 🍕 |
Okay, I can start working on this with PAT login. |
Here's an auth flow I made for my demo, let me know what can be improved, we haven't made a solid design decision yet too @Anush008 |
@diivi, I've used Supabase's auth flow by redirecting to |
IMHO we should set up that but on the development SupaBase, and try to enable another redirect url like |
Can you help me understand how to set this up, like where I can learn more about how authentication currently works in OpenSauced? I did it through PATs and Anush did it by redirecting directly to the authentication URL, and then checking for the presence of an access token in the cookies. |
It was decided that we will use the user's PAT to log them in, sort of like the flow I mentioned here - #8 (comment). I can move forward with the same design I used in my submission, and maybe later when we have a consistent design system, we can edit everything. |
🎉 This issue has been resolved in version 1.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This should be a simple interactions to grab a JWT and add to the dropdown.
I can get @getaheaddev to design the chrome extension dropdown.
The text was updated successfully, but these errors were encountered: