PredixDev / predix-webapp-starter

A web application starter kit built on Polymer, Web Components, NodeJS and Predix UI Components
https://predix-webapp-starter.run.aws-usw02-pr.ice.predix.io
Other
61 stars 75 forks source link

Use predix-uaa-client for fetching authentication tokens #21

Closed bsyk closed 6 years ago

bsyk commented 6 years ago

Switch to using the predix-uaa-client for fetching client tokens used to authenticate with back-end services. Simplifies code rather than forming the request directly. Adds token caching and renewing capabilities automatically.

gstroup commented 6 years ago

Thanks! This has been on my "to-do" list for a while. I'll merge it in soon.

gstroup commented 6 years ago

Thanks for the contribution!