This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Sign in with Google. | |
*/ | |
passport.use(new GoogleStrategy({ | |
clientID: process.env.GOOGLE_ID, | |
clientSecret: process.env.GOOGLE_SECRET, | |
callbackURL: '/auth/google/callback', | |
passReqToCallback: true | |
}, function(req, accessToken, refreshToken, profile, done) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Coded by Rajandran R : Date 16th Nov 2014 | |
//Website : www.marketcalls.in | |
//Copyright : Never Cared about it do whatever you want but dont forget to give relevant credits | |
_SECTION_BEGIN("PushBullet"); | |
EnableScript("VBScript"); | |
<% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Internal Tool Platform | |
---------------------- | |
Airtable Clone | |
- Nocodb | |
https://github.com/nocodb/nocodb | |
https://nocodb.com/ | |
- Budibase | |
https://github.com/budibase/budibase |