Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api-core): Allow array for permissions (#67)
axi-user-permissions supports queryParms of arrays as so permissionId=1234&permissionId=2345. Add paramSerializer to override default ,which serializes as brackets (permissionId[]=1234&permissionId[]=2345) BREAKING CHANGE: The query to the API has been changed. To get the previous behavior, supply a custom paramSerializer.
- Loading branch information