I forgot what I changed

This commit is contained in:
2026-05-27 20:07:26 +07:00
parent be47032155
commit cc16611968
20 changed files with 1677 additions and 258 deletions
+9
View File
@@ -0,0 +1,9 @@
# Secrets
.env*
# Dependencies
node_modules
# OS files
.DS_Store
Thumbs.db
+15
View File
@@ -0,0 +1,15 @@
info:
name: New Entry
type: http
seq: 1
http:
method: GET
url: https://liteauth.local/api/newEntry
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+26
View File
@@ -0,0 +1,26 @@
opencollection: 1.0.0
info:
name: liteauth API
config:
proxy:
inherit: true
config:
protocol: http
hostname: ""
port: ""
auth:
username: ""
password: ""
bypassProxy: ""
request:
auth:
type: bearer
token: FAaMf8PeCUdFbp0i
bundled: false
extensions:
bruno:
ignore:
- node_modules
- .git