Add atomic account registration and local media
verify / verify (push) Successful in 3m35s

This commit is contained in:
2026-09-03 11:51:53 -04:00
parent 337b56ec1b
commit 92ef63ba00
23 changed files with 1816 additions and 62 deletions
+11
View File
@@ -17,6 +17,7 @@ SECURITY.md
THIRD_PARTY_NOTICES.md
abuse/abuse.go
abuse/abuse_test.go
account/account.go
access/access.go
access/access_test.go
analytics/analytics.go
@@ -27,6 +28,8 @@ auth/auth.go
auth/context.go
auth/password.go
auth/password_test.go
authrecovery/recovery.go
authrecovery/recovery_test.go
auth/service_test.go
authhttp/authhttp.go
authhttp/authhttp_test.go
@@ -34,18 +37,26 @@ authhttp/passkey.go
authhttp/passkey_test.go
authsqlite/store.go
authsqlite/store_test.go
authsqlite/account.go
authsqlite/account_test.go
authsqlite/access.go
authsqlite/organizations.go
authsqlite/passkey.go
authsqlite/passkey_test.go
authsqlite/recovery.go
authwebauthn/fuzz_test.go
authwebauthn/service.go
authwebauthn/service_test.go
authwebauthn/types.go
media/media.go
media/media_test.go
medialocal/store.go
medialocal/store_test.go
internal/webauthnvendored/
docs/ADOPTION.md
docs/ARCHITECTURE.md
docs/DEPENDENCIES.md
docs/DOGFOOD.md
docs/GETTING_STARTED.md
docs/MODULES.md
docs/ORGANIZATIONS.md