react-here-map icon indicating copy to clipboard operation
react-here-map copied to clipboard

No app_code for new accounts

Open blkdr opened this issue 6 years ago • 5 comments

App code credentials will continue to be supported for a few products and current Developer Portal accounts where App code credentials have already been generated for an App. New accounts will only be able to use App Code credentials for some legacy products. App code credentials are the least secure of the authentication credential types and we recommend the use of the API Key or OAuth 2.0 Token credentials instead for improved security.

https://developer.here.com/documentation/authentication/dev_guide/topics/app-credentials.html

Will you update this library to work with the API Key?

blkdr avatar Apr 20 '20 23:04 blkdr

Hi, I will work on a fix for this in the next 24hrs. Be on the lookout.

Thank you for the information

limistah avatar Apr 30 '20 21:04 limistah

Fixed!

limistah avatar May 07 '20 04:05 limistah

Hi, Can you please make app_code props as optional. As for here maps JavaScript API, app_code is no longer required. When I am trying to run the code with app_id and API key, it is throwing an error "{"error":"Unauthorized","error_description":"This is not a valid app_id and app_code pair. Please verify that the values are not swapped between the app_id and app_code and the values provisioned by HERE". Thanks

pratp7 avatar Aug 04 '21 07:08 pratp7

Hi @pratp7

Yeah, there is an update for the library coming up, it also addressed this.

limistah avatar Aug 04 '21 07:08 limistah

Hi, @limistah how can I help in pushing it?

brayn003 avatar Oct 14 '21 13:10 brayn003