Top "Api-key" questions

An application programming interface key (API key) is a code passed in by computer programs calling an API (application programming interface) to identify the calling program, its developer, or its user to the Web site.

How do I hide API key in create-react-app?

I made a weather app in create-react-app. How do I hide the API key so that I can commit to …

reactjs api github create-react-app api-key
Web API creating API keys

I'm interested in creating API keys for web.api and allowing clients to communicate with API using the API keys …

c# asp.net-web-api api-key
Where do I find API key and API secret for Facebook?

Trying to connect to Facebook to make a statusupdate through my Android application. Got the whole thing running but I …

android facebook api keyboard api-key
Best approach for generating API key

So with lots of different services around now, Google APIs, Twitter API, Facebook API, etc etc. Each service has an …

security api-key
PHP API Key Generator

Does anyone know of any API key generator script/class for PHP? The class should have method generate, that would …

php security key generator api-key
Passing api keys to rest api

Am working with phil sturgeon REST_Controller for codeigniter to create a REST api, so far i've been able to …

php codeigniter rest api-key
Why use an API key and secret?

I came across many APIs that give the user both an API key and a secret. But my question is: …

api security authentication api-key secret-key
How do I securely use Google API Keys

So I am using the Google Maps API on my first project that I am doing... So yes I am …

html google-maps google-maps-api-3 api-key
How does Google Maps secure their API Key? How to make something similar?

Currently Google requires you to create an API Key that is specific to the domain of where the map will …

web-services api security google-maps api-key
How to push code to Github hiding the API keys?

I want to push some codes to my GitHub Repository. These codes are in different languages like Javascript, Java, Python …

git github api-key