feat(web): [EE] OAuth2 authorization server with MCP support #80
Annotations
3 errors
|
test
Process completed with exit code 1.
|
|
src/withAuthV2.test.ts > getAuthenticatedUser > should update lastUsedAt when an OAuth Bearer token is used:
packages/web/src/withAuthV2.test.ts#L156
AssertionError: expected "spy" to be called with arguments: [ { …(2) } ]
Received:
Number of calls: 0
❯ src/withAuthV2.test.ts:156:42
|
|
src/withAuthV2.test.ts > getAuthenticatedUser > should return a user object if a valid OAuth Bearer token is present:
packages/web/src/withAuthV2.test.ts#L148
AssertionError: expected undefined not to be undefined
❯ src/withAuthV2.test.ts:148:26
|