top of page


How to Setup Google OAuth and Connect it to Auth0
"Sign in with Google allows users to authenticate using their existing Google accounts, eliminating the need to create and manage new credentials." In modern applications, users expect seamless login experiences — and “Continue with Google” has become a standard. Instead of managing passwords, applications can delegate authentication to Google using OAuth. Google OAuth verifies user identity securely through a token-based flow, eliminating the need to handle sensitive credent
2 min read


Resolving “Domain Already Linked” Error in Google Workspace
Adding a domain to Google Workspace is usually straightforward—until it isn’t. Recently, we ran into a frustrating issue where our domain couldn’t be added because it was “already linked” to another Google Workspace account. This blog walks through what happened, what we tried, and how we eventually resolved it. The Problem While attempting to add our domain to Google Workspace, we encountered the error: “This domain is already in use with another Google Workspace account.” T
2 min read


How to Submit Sitemap on Google Search Console and Bing Webmaster Tools
What is a Sitemap? A sitemap is a file that lists all the important pages of your website. It helps search engines discover and crawl your content more efficiently. Most sitemaps are written in XML format and usually look like this: https://yourdomain.com/sitemap.xml Common sitemap URLs: /sitemap.xml /sitemap_index.xml /post-sitemap.xml Today, you'll learn how to: Submit Sitemap on Google Search Console Submit Sitemap on Bing Webmaster Tools To Submit Sitemap on Google Search
2 min read


Google's Research Paper On Secure AI Agents
Believe it or not AI is here to stay. In 2025, we saw a huge spike of Agentic AI Application and AI Agents. Now the question arise is how secure this AI Agents and Applications are? I was reading a research paper by Santiago Díaz, Christoph Kern, Kara Olive from Google in which they presented Google’s Approach for Secure AI Agents. In the Introduction, Google did presented and shared the potential and risks associated with the AI Agents and did mentioned the need for Agent Se
3 min read
bottom of page