summaryrefslogtreecommitdiff
path: root/bank/src/main/kotlin/tech/libeufin/bank/db/TanDAO.kt
AgeCommit message (Expand)Author
2024-04-09Move more API and DB logic in common in preparation for libeufin-nexus REST APIAntoine A
2024-04-08Optimise importsAntoine A
2024-04-03Refactor db logicAntoine A
2024-03-16Simplify error handling for microsecond overflows that never occur in practiceAntoine A
2024-03-16Fix drop and account soft deleteAntoine A
2024-02-13Code cleanupAntoine A
2024-02-02Prepare support for more payto URI kindAntoine A
2024-01-31Code cleanupAntoine A
2024-01-23Split utils into common and ebics and ename integration to testbenchAntoine A
2024-01-12Merge 2fa info masterAntoine A
2024-01-05Bring back the 4 call designAntoine A
2024-01-02Check new tan parameters using a 2FA challenge when an user modifies themAntoine A
2023-12-29Run protected operation when solving the challenge and protect account deletionAntoine A
2023-12-29Add operation kindAntoine A
2023-12-23First working 2fa flowAntoine A
2023-12-19Create challenge when 2FA is enabledAntoine A