Michał Filipek
Michał Filipek
currently here is no option to specify scope that we would like to request for given access_token. Even scope specified in authState is not send with refresh request -> it's...
Fixes #149 Fixes #149 with calling urlencoding method recurrently on nested objects (preserving parent's keys) Test provided for presented case.
when contentType is set to 'application/x-www-form-urlencoded' ajax-request is parsing given object (if it's not string) to urlencoded representation of object. Parsing works well for "one layer" object but for nested...