Coders-Living-Instant-Work-Journal / coders-living-instant-journal-client

A CLI based work journal, allowing coders to take quick notes from the terminal, and automatically sending scheduled e-mails containing notes from the configured time period.
MIT License
0 stars 0 forks source link

SPIKE: Utilize GitHub OAuth without Requiring .env #79

Open eugenemonnier opened 3 years ago

eugenemonnier commented 3 years ago

As a developer, I want to be able to release my terminal client app to the public. Currently preventing that is the requirement to have the GitHub OAuth secret stored in plain text in the .env file. Research needs to be done to determine a method to allow the terminal client to authenticate and then store a local token.

Possible Solutions to Investigate