cyrillef / node-red-node-forge

Node-RED nodes to help with the Autodesk Forge API - https://forge.autodesk.com/
MIT License
8 stars 4 forks source link

Updating Developer Section For Windows #1

Closed MadhukarMoogala closed 3 years ago

MadhukarMoogala commented 5 years ago

Developing node-forge extension on Windows for node-red

DirkSliepenbeek commented 4 years ago

Please clarify where and how you put in your client_id and client_secret

From the video example it is not completely clear how/where you specify the client_id or the client_secret, it seems like you do it before you use node-red, but that is not very clear explained.

Is it also possible to do the forge authentication within forge? I tried this for a few hours now, but cannot get it up and running.

cyrillef commented 3 years ago

You can either create a generic credential node, or attach credentials to each nodes. In both case you need to create a credential configuration. See the steps here https://youtu.be/4YOS8r_Dn0o?t=934 - it contains the basics steps to configure credential nodes, and the authentication. Note I am using system variables to have my key, but you may want to copy paste them instead.