rafalp / Misago

Misago is fully featured modern forum application that is fast, scalable and responsive.
http://misago-project.org
GNU General Public License v2.0
2.49k stars 521 forks source link

PKCE-enhanced OAuth2 code flow #1731

Closed raydeal closed 4 months ago

raydeal commented 5 months ago

Added PKCE (Proof Key for Code Exchange) to authorization code flow of OAuth2 fix #1656

rafalp commented 5 months ago

No contract tests to verify PKCE is included in requests to OAuth2 server?

coveralls commented 5 months ago

Coverage Status

coverage: 98.692% (+0.01%) from 98.68% when pulling e7a4c23d8454e1633a7cc6fc7452af1529d33a5d on raydeal:fix-1656-PKCE-in-OAuth2 into 90cf6e10a82c69fb7e7a0eac70f0d30badbb6216 on rafalp:main.

rafalp commented 4 months ago

Thanks!