You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we are storing the created credentials in a escaped JSON object. This is troublesome to copy and paste the URLs and probably will break passwords if they contain a forward slash.
@andres-blanco and I just synced, and we discussed that we should be careful "unescaping" the JSON because if the user inputs quotes, it may cause the JSON to be unreadable. We decided to add a textarea input on the MC Tool, which will unescape the JSON automatically and auto-fill the information for the HEs.
valterlorran
changed the title
Better formatting of the QuickForget secret
Add a textarea input on the MC tool receive our QuickForget JSON
Sep 4, 2024
Right now we are storing the created credentials in a escaped JSON object. This is troublesome to copy and paste the URLs and probably will break passwords if they contain a forward slash.
A better alternative would be filtering the URL (https://www.php.net/manual/en/filter.constants.php#constant.filter-validate-url) and then storing the JSON unescaped.
This was raised here: pdtkmj-2RI-p2#comment-5519
The text was updated successfully, but these errors were encountered: