diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-05 17:32:10 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-05 17:32:10 +0530 |
commit | 0e97d3b2e0c664084a20aebc3fd26781a7516ea0 (patch) | |
tree | b1a1fa1e075c4fa3b6a4e2e0a9f69c47a080093b /README.md | |
parent | f6904b4c12af044eeceab81011ba45f01da42070 (diff) |
streamlined goals
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -14,7 +14,7 @@ In the wise words of @alectrocute: - **Authentication:** Using Flask-Login - [x] Sign Up - [x] Sign In - - [ ] OAuth2 + - [x] **OAuth2:** Using Authlib - [ ] LDAP - [ ] Forgot Password - [ ] Confirm Email @@ -27,9 +27,7 @@ In the wise words of @alectrocute: - [ ] Team Management - Error Handling - [ ] Sentry Support - - [ ] Error Code Handling - - [ ] Custom Exceptions - - [x] 404,500,401 e.t.c + - [x] Error Code Handling - [ ] Async AJAX Calls - [x] **Tests:** Using PyTest - [x] **Code Coverage:** Using CodeCov |