Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): issue organization token via client credentials #6098

Merged
merged 2 commits into from
Jun 26, 2024

refactor: fix tests

cdc255c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat(core): issue organization token via client credentials #6098

refactor: fix tests
cdc255c
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Jun 24, 2024 in 0s

ESLint Report Analysis

0 ESLint error(s) and 6 ESLint warning(s) found in pull request changed files.

Details

Annotations

Check warning on line 72 in packages/core/src/oidc/grants/client-credentials.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/core/src/oidc/grants/client-credentials.ts#L72

[no-warning-comments] Unexpected 'todo' comment: 'TODO: Remove'.

Check warning on line 59 in packages/core/src/oidc/init.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/core/src/oidc/init.ts#L59

[max-params] Function 'initOidc' has too many parameters (5). Maximum allowed is 4.

Check warning on line 23 in packages/core/src/oidc/resource.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/core/src/oidc/resource.ts#L23

[no-warning-comments] Unexpected 'todo' comment: 'TODO: Refactor me. This function is too...'.

Check warning on line 148 in packages/core/src/oidc/resource.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/core/src/oidc/resource.ts#L148

[max-params] Async arrow function has too many parameters (5). Maximum allowed is 4.

Check warning on line 171 in packages/core/src/oidc/resource.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/core/src/oidc/resource.ts#L171

[no-warning-comments] Unexpected 'fixme' comment: 'FIXME: @simeng double check if it's...'.

Check warning on line 13 in packages/integration-tests/src/api/api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/integration-tests/src/api/api.ts#L13

[no-warning-comments] Unexpected 'todo' comment: 'TODO: @gao rename'.