servicestack-authentication-identityserver
servicestack-authentication-identityserver copied to clipboard
Should this be GetRequestValue instead of QueryString?
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.