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

checked auth routes

parent bbf2e2b0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment