IBM / ar-resume-with-visual-recognition

An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
https://developer.ibm.com/patterns/create-an-augmented-reality-application-with-facial-detection/
Apache License 2.0
73 stars 26 forks source link

IAM authentication support #27

Closed christiancompton closed 6 years ago

christiancompton commented 6 years ago

This PR adds logic for IAM authentication using IAM credentials and the new initializer from the Watson SDK for these credential sets. It keeps backwards compatibility with the previous authentication paradigm, which still need to be supported for users in certain availability zones, as well as users who are trying to connect existing service instances with the old credentials.

I will coordinate with @sanjeevghimire for testing & merging.

christiancompton commented 6 years ago

@sanjeevghimire - Given that the authentication changes here did work locally, are you okay with merging it in, or do you need a full end-to-end test with downloading the model to proceed?

Edit: Tagged wrong Sanjeev!

sanjeevghimire commented 6 years ago

@christiancompton I am testing another round for the workshop. once that works, I will merge it.

christiancompton commented 6 years ago

@stevemart @sanjeevghimire The comment above has been addressed.