Umbraco Authorized Services is an open-source package designed to reduce the effort needed to integrate third party services that require authentication and authorization via an OAuth flow.
Following test cases of the four authentication methods we have for services, I've added some small changes as follows (no other issues encountered during testing):
added additional test endpoints for Instagram and Twitter, and amended the one for YouTube.
small fix to hide the Authorize Service button in the service details view if the authentication method is ApiKey.
renamed twitter service to use _ instead of a dash, as it impacted the validation of the state on authorization callback.
Following test cases of the four authentication methods we have for services, I've added some small changes as follows (no other issues encountered during testing):
ApiKey
.twitter
service to use_
instead of a dash, as it impacted the validation of the state on authorization callback.