Skip to content

feat: aio-lib-core-auth#67

Merged
moritzraho merged 3 commits into
masterfrom
feat/aio-lib-core-auth
Feb 18, 2026
Merged

feat: aio-lib-core-auth#67
moritzraho merged 3 commits into
masterfrom
feat/aio-lib-core-auth

Conversation

@moritzraho

Copy link
Copy Markdown
Member

Description

add the new aio-lib-core-auth library

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@shazron

shazron commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

test coverage not complete I think

Comment thread README.md Outdated

// generate an IMS token using the AuthClient
const authClient = CoreSdk.AuthClient
const token = await const token = await generateAccessToken({ clientId, clientSecret, orgId, scopes })

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should take params + env, unless we changed this back

@moritzraho moritzraho closed this Feb 17, 2026
@moritzraho moritzraho reopened this Feb 17, 2026
@codecov

codecov Bot commented Feb 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@moritzraho
moritzraho merged commit 7dcaa08 into master Feb 18, 2026
11 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants