|
Implement WebAuthn (#967)
* implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> |
|---|
|
|
| assets/openapi.json |
|---|
| assets/schemas.json |
|---|
|
Too large (Show diff)
|
| package-lock.json |
|---|
| package.json |
|---|
| src/api/Server.ts |
|---|
| src/api/middlewares/Authentication.ts |
|---|
| src/api/routes/auth/login.ts |
|---|
| src/api/routes/auth/mfa/webauthn.ts 0 → 100644 |
|---|
| src/api/routes/users/@me/mfa/webauthn/credentials/#key_id/index.ts 0 → 100644 |
|---|
| src/api/routes/users/@me/mfa/webauthn/credentials/index.ts 0 → 100644 |
|---|
| src/util/entities/SecurityKey.ts 0 → 100644 |
|---|
| src/util/entities/User.ts |
|---|
| src/util/entities/index.ts |
|---|
| src/util/migration/mariadb/1675045120206-webauthn.ts 0 → 100644 |
|---|
| src/util/migration/mysql/1675045120206-webauthn.ts 0 → 100644 |
|---|
| src/util/migration/postgresql/1675044825710-webauthn.ts 0 → 100644 |
|---|
| src/util/schemas/WebAuthnSchema.ts 0 → 100644 |
|---|
| src/util/schemas/index.ts |
|---|
| src/util/util/WebAuthn.ts 0 → 100644 |
|---|
| src/util/util/index.ts |
|---|