I have just started using FusionAuth. I am currently working in integrating the FusionAuth with React and Spring. I facing problem which I don't know how to retrieve the Bearer Token to be send to Spring in as header "Authorization".
Here is the code:
I am test using the user.token variable, but it has "undefined" value when I console it.