Hi, I have 2FA setup on my ESPOCRM system to ensure that it is secure as possible.
I have a separate reports sever using python and Streamlit which uses the API to communicate to ESPOCRM. I am currently using the API key method for development purposes and it works fine, but when I release the code I would like for people to login using the same credentials as ESPOCRM so it looks like a single seamless application. I do not believe that this is possible using the username and password via the API due to TFA. Is there a way around this or have I got this incorrect?
I have a separate reports sever using python and Streamlit which uses the API to communicate to ESPOCRM. I am currently using the API key method for development purposes and it works fine, but when I release the code I would like for people to login using the same credentials as ESPOCRM so it looks like a single seamless application. I do not believe that this is possible using the username and password via the API due to TFA. Is there a way around this or have I got this incorrect?
Comment