Is it possible to get token via entrypoint?

Hi all,

I would like to get token for some security reason.

Is it possible to do that via entrypoint or do you have another solution?

Sugar 7.6 Ent

Thanks,

M

Parents Reply Children
  • Hi Autchara,

    You can get AccessToken using;

    localStorage.getItem('prod:SugarCRM:AuthAccessToken');
    

    Important: You shouldn't keep/store this value anywhere except your browser storages! So, for your security you shouldn't keep/store the token in the fields.

    Best Regards

    Tevfik Tümer

    Developer Support Engineer