backend: login and logout

This commit is contained in:
muerwre 2018-11-30 10:50:37 +07:00
parent 8bba2ff1ba
commit 032821329b
12 changed files with 166 additions and 41 deletions

6
backend/config/social.js Normal file
View file

@ -0,0 +1,6 @@
module.exports.SOCIAL = {
VK: {
client_secret: 'Z71DsxoMF7PS9kayLuks',
client_id: 5987644,
}
};