What is OAuth?
Last updated
Last updated
OAuth is like a special key system that lets you give one website permission to access your information on another website, without sharing your password.
Imagine you're checking into a hotel. Instead of giving the hotel staff a copy of your house key (your password), you give them a special "valet key" that only works for what they need to do.
With OAuth:
You click "Log in with Google" (or Facebook, etc.) on a website
Google asks, "Is it okay if this website sees your email address?"
You say yes
The website gets a special temporary pass to see just your email
Convenience: You don't need to create and remember new passwords for every website
Control: You choose exactly what information to share
Safety: You can revoke access anytime without changing your main password
Your actual password is never shared with other websites
You can see and control what information each website can access
The permissions you grant can expire automatically
You can cancel access at any time
When you use "Log in with Google" on a shopping website, you're using OAuth. The shopping site gets permission to know who you are, but it can't see your emails, change your Google password, or access your other Google services unless you specifically allow it.
Think of it as letting a friend borrow a book from your shelf, rather than giving them the key to your entire house.
Learn more here: https://oauth.net/