[PR #722] [MERGED] server: Add JWTs to the DB #917

Closed
opened 2026-02-27 09:10:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/722
Author: @nitnelave
Created: 10/30/2023
Status: Merged
Merged: 10/30/2023
Merged by: @nitnelave

Base: mainHead: register_jwt


📝 Commits (2)

  • 6301d79 server: Add JWTs to the DB
  • bc1da0b github: update postgres migration sed to handle jwt_storage

📊 Changes

5 files changed (+79 additions, -48 deletions)

View changed files

📝 .github/workflows/docker-build-static.yml (+1 -1)
📝 docs/database_migration.md (+1 -1)
📝 server/src/infra/auth_service.rs (+50 -46)
📝 server/src/infra/sql_backend_handler.rs (+20 -0)
📝 server/src/infra/tcp_backend_handler.rs (+7 -0)

📄 Description

Otherwise, logging out doesn't actually blacklist the JWT.

Fixed #721


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/722 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `register_jwt` --- ### 📝 Commits (2) - [`6301d79`](https://github.com/lldap/lldap/commit/6301d793d450fcf96edbaefa6e861ea4622c870a) server: Add JWTs to the DB - [`bc1da0b`](https://github.com/lldap/lldap/commit/bc1da0ba6fb8af03c19b83dc0f8ad8bc6e952711) github: update postgres migration sed to handle jwt_storage ### 📊 Changes **5 files changed** (+79 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-build-static.yml` (+1 -1) 📝 `docs/database_migration.md` (+1 -1) 📝 `server/src/infra/auth_service.rs` (+50 -46) 📝 `server/src/infra/sql_backend_handler.rs` (+20 -0) 📝 `server/src/infra/tcp_backend_handler.rs` (+7 -0) </details> ### 📄 Description Otherwise, logging out doesn't actually blacklist the JWT. Fixed #721 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:10:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#917
No description provided.