Saturday 15 February 2014

c# - Is it possible to extend ServiceStack.ServiceInterface.Auth? -


Is it possible to expand ServiceStack.ServiceInterface.Auth? To add more properties than username and password? I have created a custom AuthProvider and want to accept 3 parameters in the authorization request. Currently there is only username and password I want to extend to accept 3 parameters in the request.

It is not possible to extend typing on own schema itself, though some different strategies you can use Gives you

No comments:

Post a Comment