Enter your credentials to access your portal
The secure execution environment for Godavari Global University
const initSession = async () => {
// Secure handshake
await auth.verify(credentials);
return true;
};