How Do I Obscure API Keys On The Client? (2024)

Question: How do I obscure API keys on the client?

Answer: So you have a super powerful key to a 3rd party API that allows you to read/write any data you want from any customer, and you don’t want that falling into anyone else’s hands. What do you do? Gotcha. First off, you never send that to the client, not in any way, not obscured, not encrypted, not anything. Because try as you might to hide it, the key will end up showing clear as day in the Network tab of the Inspector as soon as you make a call on the client.

How Do I Obscure API Keys On The Client? (2)

What you should do instead is create a proxy API endpoint on your NextJS server. NextJS has always had great support for making API routes. You can use a route handler to create a proxy endpoint that will take the request from the client, and then make the request to the 3rd party API on the server. This way, the client never sees the API key, and you can do whatever you want with the response before sending it back to the client.

This proxy API also doesn’t need to be a 1-to-1 proxy, you can create an abstraction layer that allows you to do things like caching, or rate limiting, or even just to make the API easier to use. For example, if you have a 3rd party API that requires you to make 3 separate calls to get the data you need, you can create a single endpoint that makes those 3 calls and returns the data in a single response. In addition this new API ensures that if you want to change out that 3rd party API layer later that you only have to change it in one place.

To be honest, learning how to make the calls from a NextJS route handler will teach you how to make the calls to the API during Server Side Rendering, which is probably what you want to do anyway. So learning this technique of building proxy APIs is a two-fer!

Before you do any of this, make sure that the API key is indeed dangerous to be on client. Not all API keys are meant to be kept secret. Some keys, like Firebase keys, are meant to be used on the client. If you’re not sure, check the documentation for the API you’re using.

Jack Herrington is currently working on a course on NextJS, subscribe to the newsletter to get updates as well as React and NextJS tips, tricks and tutorials.

How Do I Obscure API Keys On The Client? (2024)
Top Articles
65 Real Estate Infographics + How to Make Your Own & Go Viral
C’est Quoi R | Trader? : le logiciel de Rithmic
Sound Of Freedom Showtimes Near Governor's Crossing Stadium 14
Metallica - Blackened Lyrics Meaning
Vaya Timeclock
From Algeria to Uzbekistan-These Are the Top Baby Names Around the World
Puretalkusa.com/Amac
Bernie Platt, former Cherry Hill mayor and funeral home magnate, has died at 90
Large storage units
[PDF] INFORMATION BROCHURE - Free Download PDF
Sitcoms Online Message Board
Keurig Refillable Pods Walmart
Readyset Ochsner.org
180 Best Persuasive Essay Topics Ideas For Students in 2024
Conan Exiles Colored Crystal
Grab this ice cream maker while it's discounted in Walmart's sale | Digital Trends
Stardew Expanded Wiki
Morristown Daily Record Obituary
Schedule An Oil Change At Walmart
Gayla Glenn Harris County Texas Update
Rufus Benton "Bent" Moulds Jr. Obituary 2024 - Webb & Stephens Funeral Homes
[PDF] NAVY RESERVE PERSONNEL MANUAL - Free Download PDF
Shadbase Get Out Of Jail
Baldur's Gate 3: Should You Obey Vlaakith?
Stihl Dealer Albuquerque
Breckiehill Shower Cucumber
The Eight of Cups Tarot Card Meaning - The Ultimate Guide
Studentvue Calexico
The Fabelmans Showtimes Near Baton Rouge
Rs3 Bring Leela To The Tomb
Kacey King Ranch
Ff14 Sage Stat Priority
Vlocity Clm
Gasbuddy Lenoir Nc
Newcardapply Com 21961
877-292-0545
Wo ein Pfand ist, ist auch Einweg
Flags Half Staff Today Wisconsin
Fetus Munchers 1 & 2
Riverton Wyoming Craigslist
Vindy.com Obituaries
2Nd Corinthians 5 Nlt
Rite Aid | Employee Benefits | Login / Register | Benefits Account Manager
Goosetown Communications Guilford Ct
Craigslist Com Brooklyn
Sam's Club Fountain Valley Gas Prices
Powah: Automating the Energizing Orb - EnigmaticaModpacks/Enigmatica6 GitHub Wiki
Southwind Village, Southend Village, Southwood Village, Supervision Of Alcohol Sales In Church And Village Halls
ats: MODIFIED PETERBILT 389 [1.31.X] v update auf 1.48 Trucks Mod für American Truck Simulator
Latest Posts
Article information

Author: Kimberely Baumbach CPA

Last Updated:

Views: 5990

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Kimberely Baumbach CPA

Birthday: 1996-01-14

Address: 8381 Boyce Course, Imeldachester, ND 74681

Phone: +3571286597580

Job: Product Banking Analyst

Hobby: Cosplaying, Inline skating, Amateur radio, Baton twirling, Mountaineering, Flying, Archery

Introduction: My name is Kimberely Baumbach CPA, I am a gorgeous, bright, charming, encouraging, zealous, lively, good person who loves writing and wants to share my knowledge and understanding with you.