1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

oauth: add twitter

This commit is contained in:
Adhityaa Chandrasekar
2019-02-22 21:23:24 -05:00
parent d367ac8391
commit c07f3e8b9f
9 changed files with 212 additions and 0 deletions

View File

@ -50,6 +50,9 @@ func configParse() error {
"GITHUB_KEY": "",
"GITHUB_SECRET": "",
"TWITTER_KEY": "",
"TWITTER_SECRET": "",
}
for key, value := range defaults {