Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

when autoRefreshToken is not set, default true #164

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

Conversation

newpost
Copy link

@newpost newpost commented Nov 3, 2021

Description

Fixes # (issue)

Type of change

  • 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 not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Test A
  • Test B

Test Configuration:

  • Browser:
  • KeycloakJS version:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@newpost
Copy link
Author

newpost commented Nov 3, 2021

OR:
.
.
.
.
export const ReactKeycloakProvider = createAuthProvider(reactKeycloakWebContext)
ReactKeycloakProvider.defaultProps = {
autoRefreshToken:true
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant