I was wondering if access tokens are sensitive information? I believe this is used in APIs? Also, access tokens are used to be stored in databases for future use?
Is it not good practice if it is used in div attrivutes, example : <div id={access_token}>?
Can someone shine some insights into this matter for me?
Thank you