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

Integrate auth-client for Hydra logout functionality #130

Merged
merged 16 commits into from
Oct 7, 2024

Conversation

adrienne-deriv
Copy link
Contributor

@adrienne-deriv adrienne-deriv commented Sep 23, 2024

Added Hydra authentication feature for deriv-api-docs under the feature flag hydra_be, this feature will allow SSO to be integrated to api.deriv.com

Copy link

vercel bot commented Sep 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
deriv-api-docs ✅ Ready (Inspect) Visit Preview Oct 2, 2024 5:24am

Copy link

vercel bot commented Oct 2, 2024

@adrienne-deriv is attempting to deploy a commit to the Deriv Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

@thisyahlen-deriv thisyahlen-deriv left a 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
Copy link
Contributor Author

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';
Copy link
Contributor

Choose a reason for hiding this comment

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

is this changes intended?

Copy link
Contributor Author

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

@sandeep-deriv sandeep-deriv merged commit 65085fa into deriv-com:master Oct 7, 2024
3 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.

5 participants