-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
As part of the changes for the RESO Certification v4.0.0 release, we're migrating to using OAuth2 rather than API Keys.
The following changes will be required with this release:
- The
sample.envand.envfiles should only haveclient_id, which will be the username,client_secret, which will be the current ApiKey, andtoken_uri, which will be the Cert API token endpoint that grants the bearer token to access services.reso.org. -
fetchProviderTokenshould change to use the_fetchClientCredentialsAccessTokenmethod instead, which should be moved into a common library function and called by both Cert Utils for provider or admin functionality and during testing.