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): core functions to interact with OIDC APIs #7

Merged
merged 3 commits into from
Aug 16, 2022

Conversation

xiaoyijun
Copy link
Collaborator

Summary

feat(core): core fetch functions

  • fetchOidcConfig
  • fetchTokenByAuthorizationCode
  • fetchTokenByRefreshToken
  • revoke

Testing

UTs passed.

Copy link
Member

@charIeszhao charIeszhao left a comment

Choose a reason for hiding this comment

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

LGTM. However the PR title seems a little bit misleading. I was expecting to see a "fetch" function implementation, but only to find there were actually a set of encapsulated core OIDC APIs.
How about just core functions or to be more specific core functions to interact with OIDC APIs? You can decide. (I know I'm nit-picking again)

@xiaoyijun xiaoyijun changed the title feat(core): core fetch functions feat(core): core functions to interact with OIDC APIs Aug 16, 2022
@xiaoyijun xiaoyijun merged commit 0e407cf into master Aug 16, 2022
@xiaoyijun xiaoyijun deleted the xiaoyiijun-feat-core-request-functions branch August 16, 2022 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants