I am currently integrating with third party in Hybris and I want to store access token somewhere in system . could you please recommend best practices to store token ? . I am thinking to store it in session or in database . is it safe to store sensitive data in session using sessionservice ?
Tried saving in database but not sure is it good practice