Hi,
I am using restfuse to implement integration testing for our webAPI. I have been successful so far but recently hit a roadblock. Our product owner doesn't want the authentication credentials part of the file as Authentication annotation wants it to be. So I researched and came across this "make authentication dynamically configurable "
8edbd1a
To use this I had to download the source code and make it a part of my project. It works fine but my problem is that we use maven build for our API. Is it possible to build a new version of restfuse supporting this dynamic authentication so that it can be included in the pom.xml file of the project?
Any help would be highly appreciated.
Thanks!