aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-05 17:32:10 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-05 17:32:10 +0530
commit0e97d3b2e0c664084a20aebc3fd26781a7516ea0 (patch)
treeb1a1fa1e075c4fa3b6a4e2e0a9f69c47a080093b /README.md
parentf6904b4c12af044eeceab81011ba45f01da42070 (diff)
streamlined goals
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6d54f9a..5098964 100644
--- a/README.md
+++ b/README.md
@@ -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