mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-09-09 11:14:22 +08:00
Auth- Added Back-end Logic
removed personal details
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
'googleAuth' : {
|
||||
'clientID' : 'your-secret-clientID-here',
|
||||
'clientSecret' : 'your-client-secret-here',
|
||||
'callbackURL' : 'http://localhost:3000/auth/google/callback'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user