Autodesk-Forge / forge-api-nodejs-client

Forge Node.js SDK: Provides Node.js SDK to help you easily integrate Forge REST APIs into the application
Apache License 2.0
124 stars 86 forks source link

Authentication v1 Deprecation. Authentication needs to be updated to V2 #120

Open ignacio-techtile opened 3 months ago

ignacio-techtile commented 3 months ago

From today I started to get an error informing the authentication has been depracted. Seems that this library has not been updated. Any idea if it will?.

https://aps.autodesk.com/blog/migration-guide-oauth2-v1-v2

yuriymironov-gh commented 2 months ago

I second this question. It seems that upgrading this library to 0.9.7 could do the trick, but our client extended authentication deadline to August 31st, so I am not sure I can check this at the moment. If anyone could confirm upgrading to 0.9.7 fixes it or @ignacio-techtile tries and succeeds to do so, it would be great.

ignacio-techtile commented 2 months ago

Thanks @yuriymironov-gh . For now, Im authenticating hitting directly the api and that solved the problem. I think I tried upgrading (don't remember to what version) but will try again to the version you mention.

yuriymironov-gh commented 2 months ago

@ignacio-techtile Please do and let me know. 0.9.7 should do the trick, but currently I have no way of verifying it.