extension-js / templates

Professional templates for building cross-browser extensions with no build configuration.
1 stars 0 forks source link

Consider custom support for authentication #1

Open cezaraugusto opened 5 months ago

cezaraugusto commented 5 months ago

Authenticating extensions with mainstream auth tools/platforms is surprisingly complex. Extension.js could have use/have some abstraction tool to make it easier to authenticate extensions with existing platforms/webapps.

I'd like to see what others think/use for this. At the moment of this writing there is one request for Supabase support in Extension.js (see discussion), but unlike Firebase, there seems to have no official support for authenticating extensions with their platform, so we'd need to either create a lib or patch existing user alternatives.