Alejandro Guardiola
Alejandro Guardiola
@AbdulAhad125 If you are using a token based authentication, the most secure thing u can do is to save in the secret a key to encrypt the refreshToken, so every...
Hello, is anyone looking at this. Why the tests are failing?? and if there is plans to still support this backend?
Hi Darko i have problems with openCv librarie, I downloaded the source code to change where to find the library but I dont know how to add it. Thanks for...
Basically I want to manipulate an image taked from the camera, the image is a byte[]. I want to use ImageIO to decode the byte array.
Well, my problem is that i want the library running in Xamarin.Android and Xamarin.IOS i have a class library that share the business logic between both platforms but i am...
Thank you very much for you patience
Yesssss I tested in Windows and it is worked perfect and I really love it. Well for now i will use Aforge.Net PCL
Honestly I am not sure, let me check again the current implementation and I can make a suggestion
Looking at the code we can pass the path of a custom config.js file where all the parameters of the graphiql component can be set in a global object. Exposing...
services.AddSwaggerGen(options => { options.SwaggerDoc("v1", new Info {Title = "Protected API", Version = "v1"}); // we're going to be adding more here... }); options.AddSecurityDefinition("oauth2", new OAuth2Scheme { Flow = "implicit", AuthorizationUrl...