Results 3 issues of morgverd

OpenID is another spec optional for OAuth 2.0. **Why should McAuth use/support OpenID?** OAuth and OpenID were created to tackle two similar yet different scenarios. OAuth was created to allow...

enhancement

PKCE is an extension to the OAuth 2.0 spec designed to combat CSRF (cross-site remote forgery). Originally designed for mobile/single page apps its becoming more and more common in OAuth...

enhancement

`debug.getinfo` returns the test file's absolute path, which for gamemode files starts with `gamemodes//...`. This path is not valid and should instead be `/...` This is just a specific edgecase...