How can I retrieve the entire Auth Token?

Options
I want to be able to retrieve the entire token Bearer ey..... that was sent to the Xano API endpoint.

Is there a function that allows me to do this?

Comments

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Options
    You have access to the $http_headers environment variable in Xano. You can extract the Authorization header, and then it's text manipulation to get down to the base64-encoded JWT. 
  • Wayne
    Wayne Member
    Options
    Got it thanks 👍