Creating issues as the user rather than atom-bot
Closed this issue · 4 comments
benogle commented
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?
benogle commented
@probablycorey do you think there is an issue with this?
probablycorey commented
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?
benogle commented
No, it uses the atom-bot token still to submit the issues.
probablycorey commented
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.