Firstly, I completely forgot to do a devlog between the two features I’m going to present you.
SO I added the TOTP (authenticator) side to let you scan QR code to add an authenticator code to the app. Then, all the codes are generated using otplib to get the 6 numbers of the code. You can also delete and search by provider / name if you want.
Next I just finished the settings menu UI with buttons to let you import / export your data, also to recover past deleted passwords. I also started to work on the sync modal (to let you sync with other devices), the last thing I need to do is the backend for the settings side.