fix: add /api/auth to anonymous paths for chat session creation
- Fix 401 Unauthorized on /api/auth?bot_name=default endpoint - Allow anonymous users to create chat sessions without prior authentication - Fix i18n.js DOM timing issue - wait for document.body before attaching listeners
This commit is contained in:
parent
d2d65ef21f
commit
23f947e578
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -28,7 +28,8 @@ docs/book
|
|||
# Installers (keep gitkeep)
|
||||
botserver-installers/*
|
||||
!botserver-installers/.gitkeep
|
||||
|
||||
botserver-stack
|
||||
TODO*
|
||||
# IDE/Editor settings (local only)
|
||||
.vscode/
|
||||
.zed/
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f105928012a9a56993d8825e438c3a3f0eec7942
|
||||
Subproject commit 73adb47cd41b48cc04307c01ec102f69b50aa674
|
||||
Loading…
Add table
Reference in a new issue