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

Refactoring the SDK to use the logger utility from Auth Node SDK. #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nipunsampath
Copy link
Contributor

Purpose

Since Auth Express SDK uses the Auth Node SDK internally, the logger-utils module in the Auth Node SDK can be reused instead of duplicating it inside the Auth Express SDK. The purpose of this PR is to carry out the said refactoring.

Approach

  • logger-utils modules in the Auth Node SDK has been reused for logging purposes.
  • Redundant logger-utils modules in the Auth Express SDK has been removed.

Related PRs

The following PR exposes the logger-utils module in Auth Node SDK in order to be reused in the Auth Express SDK.

asgardeo/asgardeo-auth-node-sdk#15

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.

None yet

2 participants