excellarateinc / voyage-api-dotnet

Enterprise grade C# .NET Web Services API implementing industry standard best practices
Apache License 2.0
16 stars 14 forks source link

Remove the validation of header grant_type in token auth password validation #166

Closed harttamale closed 6 years ago

harttamale commented 6 years ago

grant_type as a header variable is not needed because it is being passed in the body of the post request.

raymer commented 6 years ago

Done