This commit is contained in:
Kagami Sascha Rosylight 2023-04-05 20:47:12 +02:00
parent 098d0670a3
commit 179640af30

View file

@ -161,4 +161,14 @@ describe('OAuth', () => {
assert.ok(!location.searchParams.has('code'));
assert.ok(location.searchParams.has('error'));
});
// TODO: .well-known/oauth-authorization-server
// TODO: scopes (totally missing / empty / exists but all invalid / exists but partially invalid / all valid)
// TODO: PKCE verification failure
// TODO: authorizing two users concurrently
// TODO: invalid redirect_uri (at authorize / at token)
});