Hello, I am happy this feature has been released, but I am not sure how to include my bearer token in the project. I have placed it like this in the frontity.settings.js, with no success.
{
name: "@frontity/wp-source",
state: {
source: {
api: .....
params: {
per_page: 30,
type: ["post", "page"],
},
auth: 'Bearer my token'
I am a new in Frontity so sorry if my question is too basic. Thanks in advance!