Feliks Borzik

Results 3 issues of Feliks Borzik

Based on [this](https://github.com/leshill/handlebars_assets/blob/master/lib/handlebars_assets/handlebars_template.rb#L15), we want `HandlebarsTemplate` to be used for rendering if Sprockets version is 3 or lower. But in [this file](https://github.com/leshill/handlebars_assets/blob/master/lib/handlebars_assets.rb#L20), we check if Sprockets version is less than...

#### Purpose jsonapi-renderer provides an `allow_wildcard` configuration which can be used to configure how `*` and `**` include directives are treated. Since these wildcards are specific to AMS, in some...

When Basic Auth is used, the server is simply returning "Access granted" to any request. Fixes #650