Hi new here thanks in advance for any help so Im using the Angular Auth0 SDK I have had no problems implementing it into my app until now my issue is that any call I make using angular HttpClient is getting picked up by the Interceptor which requires you to be logged in to make calls in my chrome console it errors with the following
My question is can you allow users to make certain calls without being logged in for instance I have to pull a user list from my Mongodb collection on ngOnInit from the very first second you load the page to populate a users list. Which currently cant happen due to this issue. If anymore information is required please feel free to ask.
Hey guys so i figured it out i had to make an adjustment to the interceptor where I have a list of whitelisted urls if that url is on the whitelist we essentially skip over it and do nothing handling wise ill put the code here if anyone is interested or has any better suggestions.