♻️ refactor: rewrite OAuth provision business logic for new user schema

This commit is contained in:
2026-05-28 21:29:20 +07:00
parent 57d19d4302
commit 96b5101742
10 changed files with 69 additions and 23 deletions

View File

@ -88,6 +88,7 @@ Table user_sessions {
browser_name String
browser_version String
ip_login String
valid_until DateTime [not null]
login_at DateTime [default: `now()`, not null]
logout_at DateTime
user_id String [not null]