1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2026-01-03 17:02:28 +03:00
This commit is contained in:
Hugh Nimmo-Smith
2023-09-11 14:15:13 +01:00
committed by Quentin Gliech
parent 6901a42b3e
commit 0180a37854

View File

@@ -1,4 +1,4 @@
# OAuth 2.0 authentication server for Matrix
# OAuth2.0 + OpenID Provider for Matrix Homeservers
This is an attempt to implement an OAuth 2.0 and OpenID Connect authentication server for Matrix, following [MSC2964](https://github.com/matrix-org/matrix-doc/pull/2964).
Don't expect too much here for now, this is very much a work in progress.