server
server copied to clipboard
Finnish is your secure software for financial management
[Maybe do the zskcsxc whatever thing](https://xkcd.com/936/) where a password is suggested github repo name style (Diceware) - https://en.wikipedia.org/wiki/Diceware - https://observer.com/2016/09/eff-diceware-passwords/ - https://gitlab.com/timvisee/chbs, https://crates.io/crates/chbs - https://www.reddit.com/r/1Password/comments/az5ftn/suggest_memorable_passwords_instead_of_jibberish/ and 1Password - https://security.stackexchange.com/questions/6095/xkcd-936-short-complex-password-or-long-dictionary-passphrase -...
As stated in #60 : To make the application secure, we need to avoid user enumeration, this PR starts the effort, we need: - Consistent return when user/email exists and...
This is to make the app more production ready and easier for contributions
Currently, there are no tests Write tests Add test coverage to CI add test coverage badge to readme https://docs.codecov.com/docs/quick-start
Before launching of working version 0.2, assess security aspects of it, with auth + 2FA, etc. Pentest Test spamming with captcha Also test sec headers Test with static and dynamic...
Currently, data insert is manual. We want it to be automatic from an exposed API from the financial institution, i.e.: Nubank.
Data API has been disprioritized in favor of Hypermedia API. That means that a lot of functions are currently missing, like: - Get expenses with filter - Update expenses -...