gitdataai/libs/service/user
ZhenYi b35d2d4fe7 refactor(access_key): migrate auth to Argon2 password verification
- Replace custom hash check with Argon2 password verification
- Scan all un-revoked tokens for matching access key
- Add expiry validation per token with proper skip logic
2026-05-15 11:48:46 +08:00
..
access_key.rs refactor(access_key): migrate auth to Argon2 password verification 2026-05-15 11:48:46 +08:00
avatar.rs
billing.rs refactor(service,session): apply rustfmt formatting 2026-05-14 10:02:29 +08:00
chpc.rs refactor(service,session): apply rustfmt formatting 2026-05-14 10:02:29 +08:00
mod.rs feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
notification.rs refactor(service,session): apply rustfmt formatting 2026-05-14 10:02:29 +08:00
notify.rs
preferences.rs
profile.rs
projects.rs refactor(service,session): apply rustfmt formatting 2026-05-14 10:02:29 +08:00
repository.rs refactor(service,session): apply rustfmt formatting 2026-05-14 10:02:29 +08:00
ssh_key.rs feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
stars.rs refactor(service,session): apply rustfmt formatting 2026-05-14 10:02:29 +08:00
subscribe.rs refactor(service,session): apply rustfmt formatting 2026-05-14 10:02:29 +08:00
summary.rs refactor(service,session): apply rustfmt formatting 2026-05-14 10:02:29 +08:00
user_activity.rs refactor(service,session): apply rustfmt formatting 2026-05-14 10:02:29 +08:00
user_info.rs