We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb81358 commit c7ce1a2Copy full SHA for c7ce1a2
src/server/auth/handlers/token.test.ts
@@ -282,7 +282,7 @@ describe('Token Handler', () => {
282
expect(response.body.refresh_token).toBe('mock_refresh_token');
283
});
284
285
- it('passes through PKCE verification for proxy providers', async () => {
+ it('passes through code verifier when using proxy provider', async () => {
286
const originalFetch = global.fetch;
287
288
try {
0 commit comments