Storing JWT tokens

Hi guys, new user here, I was just checking how Rasa X works and wanted to do a small project. I am trying to get some user inputs to fetch some data from APIs but how do I store the JWT token in Rasa-X? Is storing in the actions.py file safe or is there any other secure way of storing the token? Thanks.