Driver for Global Auth API
API is live at https://globalauth.herokuapp.com/
const { GlobalAuthDriver } = require('globalauth');
GlobalAuthDriver.register({
apiKey: 'ldTnffK03rrx4JckY6p45KFA8l3vk5sj',
config: { verifySessionURL: '/glauthVerifySession' },
app
});
GlobalAuthDriver.instance.setup();
GlobalAuthDriver.instance.verifySession('############');
To get an API Key, send email with you company/organization details at
freemaileronline@gmail.com
.
Details should contain, Company full name, public email address and private email address.