Skip to content

Commit ac98241

Browse files
Apply suggestions from code review
Co-authored-by: Andrew Morgan <[email protected]>
1 parent 7549b86 commit ac98241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/2610-remove-oauth2-auth-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The definition of
1515
authentication is incomplete. [OAuth2](https://oauth.net/2/) is best considered
1616
as a framework for implementing authentication protocols rather than a protocol
1717
in its own right, and this section says nothing about the grant types, flows
18-
and scopes which a compliant implemenation should understand.
18+
and scopes which a compliant implementation should understand.
1919

2020
A better candidate for OAuth2-based authentication of matrix clients is via
2121
[OpenID Connect](https://openid.net/connect/), but this has already been
@@ -27,7 +27,7 @@ and redundant. It should be removed from the specification to reduce confusion.
2727
## Alternatives
2828

2929
It would be possible to extend the definition so that it is complete: as
30-
mentioned above, a likely implemenation would be based on OpenID
30+
mentioned above, a likely implementation would be based on OpenID
3131
Connect. Matrix clients could then follow the standardised OpenID Connect flow
3232
rather than the matrix-specific `m.login.sso` flow. However, this would require
3333
significant design work, and development in both clients and servers, which

0 commit comments

Comments
 (0)