mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-26 01:25:15 +02:00
Encryption in JWT for single-user password mode (#2111)
* wip encrypting jwt value * Encrypt/Decrypt pass in JWT value for verification in single-user password mode
This commit is contained in:
2
.github/workflows/dev-build.yaml
vendored
2
.github/workflows/dev-build.yaml
vendored
@@ -6,7 +6,7 @@ concurrency:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['pipertts-support'] # put your current branch to create a build. Core team only.
|
||||
branches: ['encrypt-jwt-value'] # put your current branch to create a build. Core team only.
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'cloud-deployments/*'
|
||||
|
||||
Reference in New Issue
Block a user