MathMan05 / JankClient

A SpaceBar Client written in JS HTML and CSS
GNU Affero General Public License v3.0
8 stars 5 forks source link

2 Factor auth with OTP and webauthn #7

Open MathMan05 opened 1 week ago

MathMan05 commented 1 week ago

https://github.com/spacebarchat/server/blob/master/src/api/routes/users/%40me/mfa/webauthn/credentials/index.ts#L74 https://github.com/spacebarchat/server/blob/master/src/api/routes/users/%40me/mfa/totp/disable.ts#L32 https://github.com/spacebarchat/server/blob/master/src/api/routes/users/%40me/mfa/totp/enable.ts#L33

https://docs.spacebar.chat/routes/#cmp--schemas-totpdisableschema https://docs.spacebar.chat/routes/#cmp--schemas-totpenableschema https://github.com/spacebarchat/server/blob/master/src/util/schemas/WebAuthnSchema.ts relitivent info