feat: Add support for client_credentials authentication

This commit is contained in:
Joachim Van Herwegen
2022-04-07 16:26:34 +02:00
parent bedab907f9
commit 2ec8fabd54
40 changed files with 1120 additions and 125 deletions

View File

@@ -42,7 +42,7 @@ describe('A ControlHandler', (): void => {
const result = await handler.handle(input);
await expect(readJsonStream(result.data)).resolves.toEqual({
data: 'data',
apiVersion: '0.3',
apiVersion: '0.4',
controls: {
login: 'http://example.com/login/',
register: 'http://example.com/register/',