mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Add support for client_credentials authentication
This commit is contained in:
@@ -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/',
|
||||
|
||||
Reference in New Issue
Block a user