-
Notifications
You must be signed in to change notification settings - Fork 10
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
Integrate auth-client for Hydra logout functionality #130
Integrate auth-client for Hydra logout functionality #130
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@adrienne-deriv is attempting to deploy a commit to the Deriv Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -14,9 +14,6 @@ inputs: | |||
GROWTHBOOK_CLIENT_KEY: | |||
description: Growthbook client key for analytics | |||
required: false | |||
GROWTHBOOK_DECRYPTION_KEY: | |||
description: Growthbook decryption key for analytics | |||
required: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GROWTHBOOK_DECRYPTION_KEY is not needed in the new analytics package update, thus removing it
@@ -1,6 +1,6 @@ | |||
import { useEffect, useState } from 'react'; | |||
import { Analytics } from '@deriv-com/analytics'; | |||
import useIsGrowthbookIsLoaded from './useIsGrowthbookLoaded'; | |||
import useIsGrowthbookIsLoaded from '../useIsGrowthbookLoaded'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this changes intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, previously it was a file in src/hooks/useGrowthbookGetFeatureValue.tsx
, moved it to a folder for consistency with other hooks
Added Hydra authentication feature for
deriv-api-docs
under the feature flaghydra_be
, this feature will allow SSO to be integrated toapi.deriv.com