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

Integrate BrowserView editor with GitHub's Personal Token & API #65

Closed
BigBlueHat opened this issue Jan 28, 2019 · 4 comments
Closed

Integrate BrowserView editor with GitHub's Personal Token & API #65

BigBlueHat opened this issue Jan 28, 2019 · 4 comments

Comments

@BigBlueHat
Copy link
Member

It's possible, though very "geeky", to setup a personal access token and use that with JS to make changes to GitHub repos. It would be handy if there's interest/need to provide more than copy/paste "API" for getting content onto GitHub.

Copy/paste is far more widely supported, though. 😉

Idea presented in #64 (comment) fwiw.

@iherman
Copy link
Member

iherman commented Jan 28, 2019

It is certainly a possible future plans if there is a need for it. Personally, though it is there, I have never used it in my own 'workflow' on handling minutes: the repo is cloned on my disk.

What I am not sure of is how to store personal access token in the local store. Storing it in clear text does not seem to be a good idea, so it needs some more sophisticated tools.

@BigBlueHat
Copy link
Member Author

@iherman yeah. I'd not store it. You'd have to add it (like a password) each time. We can link to the screen where folks can retrieve it (which requires them to be logged in to GitHub of course), they can copy/paste that, and then use it for auth.

It doesn't (in browser or on command line) match my current workflow either, though...so maybe we should just close as "wontfix" and save it for a rainy day? 😉

FWIW, I prefer to add scribejs as a dev dependency, and then script it into my use of locally checked out repos--see this JSON-LD WG example usage.

Cool to close as "wontfix" (or should we add a "someday-maybe" tag? 😁

@iherman
Copy link
Member

iherman commented Jan 28, 2019

A have created a "maybe one day..." label, and I have added this label to this issue 😄

@BigBlueHat
Copy link
Member Author

Love the new label. Closing this until we find a rainy day. 🌧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants