verify / verify (push) Successful in 4m29s
Reviewed source export adds verified TLS mail, encrypted outbox, mailbox verification and password reset protocols. Preserve public ancestry; omit local development history and operational queue. Consumer deployment and inbox delivery proof remain separate.
142 lines
3.1 KiB
Plaintext
142 lines
3.1 KiB
Plaintext
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
.gitattributes
|
|
.gitea/workflows/assurance.yml
|
|
.gitea/workflows/verify.yml
|
|
.gitignore
|
|
CHANGELOG.md
|
|
AI_DISCLOSURE.md
|
|
CONTRIBUTING.md
|
|
LICENSE
|
|
LICENSES.md
|
|
LICENSES/0BSD.txt
|
|
LICENSES/AGPL-3.0-only.txt
|
|
LICENSES/BSD-3-Clause-go-webauthn.txt
|
|
LICENSES/MPL-2.0.txt
|
|
README.md
|
|
SECURITY.md
|
|
THIRD_PARTY_NOTICES.md
|
|
abuse/abuse.go
|
|
abuse/abuse_test.go
|
|
account/account.go
|
|
access/access.go
|
|
access/access_test.go
|
|
access/role_sets.go
|
|
access/role_sets_test.go
|
|
analytics/analytics.go
|
|
analytics/analytics_test.go
|
|
analytics/fuzz_test.go
|
|
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
|
|
authrecovery/recovery_test.go
|
|
authrecovery/assisted_test.go
|
|
auth/service_test.go
|
|
authhttp/authhttp.go
|
|
authhttp/authhttp_test.go
|
|
authhttp/passkey.go
|
|
authhttp/passkey_test.go
|
|
authmail/authmail.go
|
|
authmail/authmail_test.go
|
|
authmail/README.md
|
|
authsqlite/mail.go
|
|
authsqlite/mail_test.go
|
|
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
|
|
authsqlite/assisted_recovery.go
|
|
authsqlite/bootstrap.go
|
|
authsqlite/bootstrap_test.go
|
|
authsqlite/organizations.go
|
|
authsqlite/owned_organization.go
|
|
authsqlite/owned_organization_test.go
|
|
authsqlite/owned_management_test.go
|
|
authsqlite/role_sets_test.go
|
|
authsqlite/passkey.go
|
|
authsqlite/passkey_test.go
|
|
authsqlite/recovery.go
|
|
authwebauthn/fuzz_test.go
|
|
authwebauthn/algorithm_test.go
|
|
authwebauthn/service.go
|
|
authwebauthn/service_test.go
|
|
authwebauthn/types.go
|
|
bootstrap/bootstrap.go
|
|
bootstrap/bootstrap_test.go
|
|
cms/cms.go
|
|
cms/cms_test.go
|
|
cmssqlite/schema.go
|
|
cmssqlite/terms.go
|
|
cmssqlite/associations.go
|
|
cmssqlite/store_test.go
|
|
cmssqlite/example_test.go
|
|
media/media.go
|
|
mail/mail.go
|
|
mail/smtp.go
|
|
mail/mail_test.go
|
|
mail/README.md
|
|
mailsqlite/queue.go
|
|
mailsqlite/queue_test.go
|
|
mailsqlite/README.md
|
|
media/media_test.go
|
|
medialocal/store.go
|
|
medialocal/store_test.go
|
|
internal/webauthnvendored/
|
|
docs/ADOPTION.md
|
|
docs/ARCHITECTURE.md
|
|
docs/DEPENDENCIES.md
|
|
docs/CMS.md
|
|
docs/DOGFOOD.md
|
|
docs/GETTING_STARTED.md
|
|
docs/MODULES.md
|
|
docs/ORGANIZATIONS.md
|
|
docs/PASSKEYS.md
|
|
docs/PUBLIC_SNAPSHOT.md
|
|
docs/SANDWICH_HIME.md
|
|
docs/SERVICES_ROADMAP.md
|
|
docs/THREAT_MODEL.md
|
|
doc.go
|
|
example_test.go
|
|
go.mod
|
|
go.sum
|
|
requestlog/jsonl.go
|
|
requestlog/requestlog.go
|
|
requestlog/requestlog_test.go
|
|
requestmeta/fuzz_test.go
|
|
requestmeta/requestmeta.go
|
|
requestmeta/requestmeta_test.go
|
|
organizations/organizations.go
|
|
organizations/organizations_test.go
|
|
organizations/owned.go
|
|
organizations/directory.go
|
|
organizations/owned_test.go
|
|
organizations/role_invitations.go
|
|
organizations/role_invitations_test.go
|
|
scripts/check-licenses.sh
|
|
scripts/check-dependencies.sh
|
|
scripts/check-vendored-webauthn.sh
|
|
scripts/check-embedded-webauthn.sh
|
|
scripts/export-public.sh
|
|
scripts/public-snapshot.allow
|
|
scripts/test-public-snapshot.sh
|
|
scripts/verify.sh
|
|
starters/basic/.env.example
|
|
starters/basic/README.md
|
|
starters/basic/main.go
|
|
third_party/go-webauthn.SHA256SUMS
|
|
third_party/go-webauthn/
|
|
websec/ratelimit.go
|
|
websec/websec.go
|
|
websec/websec_test.go
|