Skip to content
Snippets Groups Projects
Commit 91d4eaf3 authored by Embruch, Gerd's avatar Embruch, Gerd
Browse files

checked auth routes

parent bbf2e2b0
Branches
No related tags found
No related merge requests found
...@@ -24,15 +24,15 @@ cp ./.env.template.local ./.env.production.local ...@@ -24,15 +24,15 @@ cp ./.env.template.local ./.env.production.local
# Routes # Routes
- [ ] check routes - [ ] check routes
- [ ] AUTH - [x] AUTH
- [ ] register - [x] register
- [ ] confirm register - [x] confirm register
- [ ] resend register token - [x] resend register token
- [ ] login - [x] login
- [ ] renew JWT - [x] renew JWT
- [ ] logout - [x] logout
- [ ] request password reset - [x] request password reset
- [ ] password reset - [x] password reset
- [ ] AI - [ ] AI
- [ ] status - [ ] status
- [ ] get models - [ ] get models
......
...@@ -391,16 +391,16 @@ cp ./.env.template.local ./.env.production.local ...@@ -391,16 +391,16 @@ cp ./.env.template.local ./.env.production.local
<ul> <ul>
<li><input type="checkbox" id="checkbox0"><label for="checkbox0">check routes</label> <li><input type="checkbox" id="checkbox0"><label for="checkbox0">check routes</label>
<ul> <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> <ul>
<li><input type="checkbox" id="checkbox2"><label for="checkbox2">register</label></li> <li><input type="checkbox" id="checkbox2" checked="true"><label for="checkbox2">register</label></li>
<li><input type="checkbox" id="checkbox3"><label for="checkbox3">confirm register</label></li> <li><input type="checkbox" id="checkbox3" checked="true"><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="checkbox4" checked="true"><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="checkbox5" checked="true"><label for="checkbox5">login</label></li>
<li><input type="checkbox" id="checkbox6"><label for="checkbox6">renew JWT</label></li> <li><input type="checkbox" id="checkbox6" checked="true"><label for="checkbox6">renew JWT</label></li>
<li><input type="checkbox" id="checkbox7"><label for="checkbox7">logout</label></li> <li><input type="checkbox" id="checkbox7" checked="true"><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="checkbox8" checked="true"><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="checkbox9" checked="true"><label for="checkbox9">password reset</label></li>
</ul> </ul>
</li> </li>
<li><input type="checkbox" id="checkbox10"><label for="checkbox10">AI</label> <li><input type="checkbox" id="checkbox10"><label for="checkbox10">AI</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment