Since App login and User login is nearly the same process (except the url parmeters), the API should support it. right now the url_parameter `grant_type` is hardcoded to "password". This should be configurable.
Since App login and User login is nearly the same process (except the url parmeters), the API should support it.
right now the url_parameter
grant_typeis hardcoded to "password". This should be configurable.