doc: Add plan to add selective OAuth/password filling-in depending on which was entered

This commit is contained in:
Kiril Kovachev 2025-05-09 00:07:21 +01:00
parent 26f933cced
commit b4b605861a

View File

@ -2,3 +2,4 @@
- Report that "ReadableConfig" error, which was super unhelpful and very annoying when you don't know why it's bugging.
- Find a better notation for the error-handling in read_config_template() although the custom error message is desirable, it's very bad
to have to implement it using such a ridiculously long line...
- Refactor so as to allow *either* OAuth2 or password to be filled in, depending on which was entered (with preference for OAuth2).