Add session-bound personal profile editing
verify / verify (push) Successful in 4m35s

This commit is contained in:
2026-09-05 02:37:38 -04:00
parent 7c68a3499a
commit a16283efd7
12 changed files with 499 additions and 8 deletions
+4
View File
@@ -30,6 +30,8 @@ analytics/geo.go
auth/auth.go
auth/context.go
auth/directory.go
auth/profile.go
auth/profile_test.go
auth/password.go
auth/password_test.go
authrecovery/recovery.go
@@ -44,6 +46,8 @@ authsqlite/store.go
authsqlite/store_test.go
authsqlite/directory.go
authsqlite/directory_test.go
authsqlite/profile.go
authsqlite/profile_test.go
authsqlite/account.go
authsqlite/account_test.go
authsqlite/access.go