Hi.
Our REST API requires an access token. For specific Endpoints, a valid JWT token containing an authenticated user is required, for some others not.
However, as far as I know, to retrieve access tokens using Auth0 will require a valid user login.
Is it possible to have both worlds? To obtain an Access token without any requirements (like as an “Anonymous”) and obtain access tokens requiring authenticated users?
Many Thanks in advance!