- Issue created by @brianperry
- Status changed to Fixed
about 1 year ago 4:56pm 19 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.
On install this module adds the following allow list rules for anonymous login:
~/jsonapi
~/jsonapi/*
Those rules do no match when using a URL with a locale prefix
* Install using Umami
* Enable this module
* Navigate to /en/jsonapi/node/article as an anonymous user.
* You will be redirected to login instead of getting an API response.
Add the following rules to account for this:
~/*/jsonapi
~/*/jsonapi/*
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.