403 for custom route & API token

I am getting same issue on version : 4.3.3, after adding below code api is accessable by Api Token, but it returns a 403 error for a Authenticated user token ( authenticated user has permission to access custom route. )

auth: {
scope: [‘find’]
}

is there any way to give access permission for “custom route” to both api token as well as authenticated user?

1 Like