Handling TOTP

Do we also store the secrets from the TOTP algorithm in the same table or separate? Thanks!!

EDIT: just found this and it suggests that we would store it in a separate table:

https://github.com/dashbitco/bytepack_archive/blob/main/apps/bytepack/lib/bytepack/accounts/user_totp.ex

super helpful reference in case anyone else needs it!