Hi everyone
I’m implementing auth0 authentication in the Angular app, and adding the auth0 interceptor to automatically add token to every request. I exclude some of the requests by implementing allowList [ uriMatcher() ].
now my question is: I need for one request to be able to add the token if the user is authorized but make the request also in the case it is non-authorized.
any help will be appreciated