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:
Timothy Carambat
2024-08-13 17:54:12 -07:00
committed by GitHub
parent b541623c9e
commit 4430ddb059
3 changed files with 20 additions and 4 deletions

View File

@@ -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/*'