atom-archive/feedback

Creating issues as the user rather than atom-bot

Closed this issue · 4 comments

How would you feel about creating issues with the user (if they are logged into atom) rather than atom-bot?

Maybe security concerns? Maybe permission issues?

@probablycorey do you think there is an issue with this?

There will be security concerns in the public release. But for now I thing it is a great idea. You implemented this in cb76b00, right?

No, it uses the atom-bot token still to submit the issues.

Ahh, so it currently fetches the correct username but still submits as atom-bot.

I'd be fine with removing the 'username' field and submitting with the user's token if it exists.