mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #6] [MERGED] Update opaque and implement it without DB #493
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#493
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/6
Author: @nitnelave
Created: 6/23/2021
Status: ✅ Merged
Merged: 6/23/2021
Merged by: @nitnelave
Base:
main← Head:opaque_no_db📝 Commits (1)
00ab0baUpdate opaque and implement it without DB📊 Changes
13 files changed (+209 additions, -343 deletions)
View changed files
📝
Cargo.lock(+54 -11)📝
Cargo.toml(+4 -1)📝
app/src/login.rs(+1 -1)📝
model/Cargo.toml(+1 -1)📝
model/src/lib.rs(+19 -8)📝
model/src/opaque.rs(+15 -19)📝
src/domain/error.rs(+6 -0)📝
src/domain/sql_backend_handler.rs(+7 -7)📝
src/domain/sql_opaque_handler.rs(+78 -154)📝
src/domain/sql_tables.rs(+0 -95)📝
src/infra/configuration.rs(+18 -15)📝
src/infra/db_cleaner.rs(+1 -29)📝
src/infra/tcp_server.rs(+5 -2)📄 Description
opaque_ke changed their interface, update to the latest.
State needs to be kept from one step to the next during the login/registration. Rather than storing it in the database, send it (encrypted) to the client and back.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.