OR
Forgot password?
CodeScript Logo

CodeScript

The secure execution environment for
Godavari Global University

const initSession = async () => {

// Secure handshake

await auth.verify(credentials);

return true;

};