Skip to content
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

custom login script #22

Open
alekseykulikov opened this issue Jun 17, 2019 · 0 comments
Open

custom login script #22

alekseykulikov opened this issue Jun 17, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@alekseykulikov
Copy link
Member

alekseykulikov commented Jun 17, 2019

Add support for custom login script to evaluate extensions requiring authentication (more than 50% of all extensions).

Solution

Puppeteer powers Exthouse and allows us to get an extension page. A custom script could do some extra steps to finish the authentication and extension install.

Possible API

login.js

exports.handler = async (extension, page) => {
  // perform steps for login
}

Use the login script:

exthouse my-ext.crx --require=login.js
@alekseykulikov alekseykulikov added the enhancement New feature or request label Jun 17, 2019
@alekseykulikov alekseykulikov added the help wanted Extra attention is needed label Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant