Should I share access_token with Javascript

I have a traditional ASP.NET MVC application that I have configured to authenticate users with Auth0. In that app, I am calling my own API that is also setup with authentication through Auth0. I also want to call that API from the in page javascript in my application. Can I ‘share’ my access token that I get back from the authentication with the javascript in my app and then call the API using that? Are there any security problems with that strategy?

As it has been more than a few months since this topic was opened, and there has been no reply or further information provided as to the existence of the issue, we are closing this topic. Please don’t hesitate to create a new topic if this issue is still present, we would be happy to work with you to help find a resolution.