servicestack-authentication-identityserver icon indicating copy to clipboard operation
servicestack-authentication-identityserver copied to clipboard

Should this be GetRequestValue instead of QueryString?

Open grexican opened this issue 6 years ago • 0 comments
trafficstars

https://github.com/wwwlicious/servicestack-authentication-identityserver/blob/99714115cd98a501e38e298af20d35b4df3ecb02/src/ServiceStack.Authentication.IdentityServer/Providers/UserAuthProvider.cs#L204

I have an example running where if I change that code to GetRequestValue, it works, because my code is coming from the form data. I'm just not 100% sure if this is purposefully QueryString where others are GetRequestValue or if it's just an oversight.

grexican avatar May 22 '19 19:05 grexican