From 91d4eaf3709091b9e540580c0120e7e8ba7f15bb Mon Sep 17 00:00:00 2001 From: "Embruch, Gerd" <gerd.embruch@uni-hamburg.de> Date: Mon, 5 Aug 2024 09:24:21 +0200 Subject: [PATCH] checked auth routes --- README.md | 20 ++++++++++---------- README_tmp.html | 18 +++++++++--------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 2201538..61295d0 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ cp ./.env.template.local ./.env.production.local # Routes - [ ] check routes - - [ ] AUTH - - [ ] register - - [ ] confirm register - - [ ] resend register token - - [ ] login - - [ ] renew JWT - - [ ] logout - - [ ] request password reset - - [ ] password reset + - [x] AUTH + - [x] register + - [x] confirm register + - [x] resend register token + - [x] login + - [x] renew JWT + - [x] logout + - [x] request password reset + - [x] password reset - [ ] AI - [ ] status - [ ] get models @@ -45,7 +45,7 @@ cp ./.env.template.local ./.env.production.local - [ ] delete vector db [admin only] - [ ] get vector db [admin only] - [ ] update embeddings [admin only] - + # Roadmap - [ ] complete pages - [ ] resend verification code diff --git a/README_tmp.html b/README_tmp.html index 1632be8..2dc272f 100644 --- a/README_tmp.html +++ b/README_tmp.html @@ -391,16 +391,16 @@ cp ./.env.template.local ./.env.production.local <ul> <li><input type="checkbox" id="checkbox0"><label for="checkbox0">check routes</label> <ul> -<li><input type="checkbox" id="checkbox1"><label for="checkbox1">AUTH</label> +<li><input type="checkbox" id="checkbox1" checked="true"><label for="checkbox1">AUTH</label> <ul> -<li><input type="checkbox" id="checkbox2"><label for="checkbox2">register</label></li> -<li><input type="checkbox" id="checkbox3"><label for="checkbox3">confirm register</label></li> -<li><input type="checkbox" id="checkbox4"><label for="checkbox4">resend register token</label></li> -<li><input type="checkbox" id="checkbox5"><label for="checkbox5">login</label></li> -<li><input type="checkbox" id="checkbox6"><label for="checkbox6">renew JWT</label></li> -<li><input type="checkbox" id="checkbox7"><label for="checkbox7">logout</label></li> -<li><input type="checkbox" id="checkbox8"><label for="checkbox8">request password reset</label></li> -<li><input type="checkbox" id="checkbox9"><label for="checkbox9">password reset</label></li> +<li><input type="checkbox" id="checkbox2" checked="true"><label for="checkbox2">register</label></li> +<li><input type="checkbox" id="checkbox3" checked="true"><label for="checkbox3">confirm register</label></li> +<li><input type="checkbox" id="checkbox4" checked="true"><label for="checkbox4">resend register token</label></li> +<li><input type="checkbox" id="checkbox5" checked="true"><label for="checkbox5">login</label></li> +<li><input type="checkbox" id="checkbox6" checked="true"><label for="checkbox6">renew JWT</label></li> +<li><input type="checkbox" id="checkbox7" checked="true"><label for="checkbox7">logout</label></li> +<li><input type="checkbox" id="checkbox8" checked="true"><label for="checkbox8">request password reset</label></li> +<li><input type="checkbox" id="checkbox9" checked="true"><label for="checkbox9">password reset</label></li> </ul> </li> <li><input type="checkbox" id="checkbox10"><label for="checkbox10">AI</label> -- GitLab