mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #722] [MERGED] server: Add JWTs to the DB #917
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#917
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:register_jwt📝 Commits (2)
6301d79server: Add JWTs to the DBbc1da0bgithub: 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.