Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RAGchat-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zbhAI
RAGchat-frontend
Commits
91d4eaf3
Commit
91d4eaf3
authored
11 months ago
by
Embruch, Gerd
Browse files
Options
Downloads
Patches
Plain Diff
checked auth routes
parent
bbf2e2b0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+10
-10
10 additions, 10 deletions
README.md
README_tmp.html
+9
-9
9 additions, 9 deletions
README_tmp.html
with
19 additions
and
19 deletions
README.md
+
10
−
10
View file @
91d4eaf3
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README_tmp.html
+
9
−
9
View file @
91d4eaf3
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment