I am new to Dreamfactory and working on my first app. I am using Auth0 for authentication, Angular 7/ Typescript 3.1.3 for the App. It appears to be successfully passing the jwt Id_token and proper headers with my http request to DF. I just cant seem to get past the error below.
error:
code: 401
context: null
message: “Invalid token: Token Signature could not be verified.”
Is there a setting in DF that I am not aware of? I appreciate the help and all the appropriate mocking I deserve.
So I validated that the Session-Token was passing correctly pulling the token from local storage and from the chrome dev headers above. Here is the decoded token.