diff options
| -rw-r--r-- | global.json | 7 | ||||
| -rw-r--r-- | src/server/TODO.txt | 1 | ||||
| -rw-r--r-- | src/webapp/TODO.txt | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/global.json b/global.json new file mode 100644 index 0000000..9e5e1fd --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "6.0.0", + "rollForward": "latestMajor", + "allowPrerelease": true + } +}
\ No newline at end of file diff --git a/src/server/TODO.txt b/src/server/TODO.txt new file mode 100644 index 0000000..bbbffd4 --- /dev/null +++ b/src/server/TODO.txt @@ -0,0 +1 @@ +-- API calls using Basic auth with an invalid or expired token should reflect so in the response, currently the response is always 'Your token does not grant you access to this resource' diff --git a/src/webapp/TODO.txt b/src/webapp/TODO.txt new file mode 100644 index 0000000..2e37cd9 --- /dev/null +++ b/src/webapp/TODO.txt @@ -0,0 +1,3 @@ +-- Refresh access token list if 404 is returned +-- Don't initialise components before they are needed + Example of this is access token list, the tokens get loaded on page load |
