Hi. What would be the best practices to implement ...
# help
c
Hi. What would be the best practices to implement Auth in a chrome extension?
n
Hello @cooper! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
o
Hi You can simply use Supabase and use the ``siginIn`` or ``signUp`` method in your extension @cooper
Did you get an error?
c
But where do I implement it? Are the cookies being saved on a specific site or will it work across websites after a single auth?
b
With the SDK, I'm not sure whether it's JWT or db based but no matter what it should still work since it has access to localstorage for tokens/sessions etc.
You just do it the same as always
c
Thanks! How do I implement the magic link signup for a chrome extension? Is it even possible? @barry @Olyno @others