element-hq / matrix-authentication-service

GNU Affero General Public License v3.0
11 stars 1 forks source link

Support alternative credentials (2FA, passwordless, webauthn) #18

Open matrixbot opened 2 weeks ago

matrixbot commented 2 weeks ago

This issue was originally created by @sandhose at https://github.com/matrix-org/matrix-authentication-service/issues/18.

There are a bunch of fun alternative credentials we should explore. That includes:

matrixbot commented 2 weeks ago

This comment was originally posted by @olanod at https://github.com/matrix-org/matrix-authentication-service/issues/18#issuecomment-1056860940.

webauthn-rs could be used to implement an experimental WebAuthN support. I was planning in using that to build my own auth server for a matrix based application that should have passwordless single factor authentication. Glad to see the plans for Authentication Services and better that the implementation is in Rust :)