You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
I have the need for connecting to Azure Service Bus using a SharedAccessSignature. As far as I can see, this is not possible with the current library.
I have written a proof of concept, but PHP is not my primary language, and I am wondering if someone can help me create the proper code to merge with the library (if that would be interesting).
The POC kind of hacks the current implementation, but it proves the point, and I do not think it would be too much work to merge it properly.
Usage is pretty much the same as before, just replace ServicesBuilder with ServicesBuilderToken when doing ServicesBuilder::getInstance()->createServiceBusService($connectionString)
In the client code I handle the 401 that happens when the SharedAccessSignature expires, but potentially it should renew the token before it expires.
I have the need for connecting to Azure Service Bus using a SharedAccessSignature. As far as I can see, this is not possible with the current library.
I have written a proof of concept, but PHP is not my primary language, and I am wondering if someone can help me create the proper code to merge with the library (if that would be interesting).
The POC kind of hacks the current implementation, but it proves the point, and I do not think it would be too much work to merge it properly.
Usage is pretty much the same as before, just replace ServicesBuilder with ServicesBuilderToken when doing ServicesBuilder::getInstance()->createServiceBusService($connectionString)
In the client code I handle the 401 that happens when the SharedAccessSignature expires, but potentially it should renew the token before it expires.
The text was updated successfully, but these errors were encountered: