Built a New Microservice
Built a token refresh microservice. This is a Azure Function ⚡ that is triggered on a timer ⌛ every 6 hours that makes a call to the Fitbit API to refresh the access token before it expires. This token is stored in Key Vault 🔑 which is retrieved by other Microservices

willvelida/MyHealth.Auth.RefreshToken (github.com)