This website requires JavaScript.
Explore
Help
Sign In
starred
/
warmbly
Watch
1
Star
0
Fork
0
You've already forked warmbly
mirror of
https://github.com/warmbly/warmbly.git
synced
2026-08-19 00:01:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
selfhost-auth
warmbly
/
internal
/
app
/
cipher
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Matthew Meszaros
1634d195d3
feat: fix the DEK cache path in the cipher service - a redis cache miss (every first use of an org key) returned redis.Nil as a fatal error before the KMS fallback could run, and a cache hit was fetched then discarded; now a hit returns immediately and any cache miss or error falls through to KMS
2026-07-11 17:31:23 +02:00
..
cache.go
feat: key the cipher service by organization ID
2026-06-10 17:16:26 +02:00
cipher.go
feat: fix the DEK cache path in the cipher service - a redis cache miss (every first use of an org key) returned redis.Nil as a fatal error before the KMS fallback could run, and a cache hit was fetched then discarded; now a hit returns immediately and any cache miss or error falls through to KMS
2026-07-11 17:31:23 +02:00
config.go
New Repository: Add Backend Code
2026-01-17 14:11:14 +00:00
decrypt.go
New Repository: Add Backend Code
2026-01-17 14:11:14 +00:00
encrypt.go
New Repository: Add Backend Code
2026-01-17 14:11:14 +00:00
service.go
feat: key the cipher service by organization ID
2026-06-10 17:16:26 +02:00