Hide Sensitive Information from the Consumers of Next.js API

Share this video with your friends

Send Tweet

We'll learn how to use Next.js API Routes to hide sensitive information from the clients. In this case, we're calling the JSON Placeholder API with a "secret" value in the headers. All that sensitive information is hidden from the clients since they don't call, or even know, that we're calling the JSON Placeholder API under the hood.

Yuriy
Yuriy
~ 2 years ago

Awesome, thank you!

Alejandro Ñáñez
Alejandro Ñáñez(instructor)
~ 2 years ago

Thank YOU for watching it. I’m glad you liked it Yuriy!

Christopher  Pilsworth
Christopher Pilsworth
~ 2 years ago

Nice, very concise, clear and useful. Thanks!

Alejandro Ñáñez
Alejandro Ñáñez(instructor)
~ 2 years ago

Thanks @Christopher, I’m glad you enjoyed it!