I have a service in one of my extensions that speaks to an external API that login is secure (login + Login password is required) and so I have to store login information anywhere.
In the developing process, this information was stored in TS configs of my extension.
But now I am thinking; There is no easy way to change my customer login information when they are forced to reset the API login and also: I also know the login information, too much. And stored in its plain-text.
Now I am thinking; What is the best / easiest way to store easily available login information for customers? Will it be a flex that is stored in the database, then somewhere (encrypted?) Or is it something else? Will it be in Constance (but only an administrator has access to these information ...?)
Anyone have an idea what to do? Thanks!
I decided to use the extension
How can I just make it I am providing new content elements (such as elements that cover only login information, etc.) and give them access to the editor.
No comments:
Post a Comment