-
Notifications
You must be signed in to change notification settings - Fork 9
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
Ameerul / FEWP-366 Migrate P2P standalone to OIDC #420
Ameerul / FEWP-366 Migrate P2P standalone to OIDC #420
Conversation
ameerul-deriv
commented
Dec 12, 2024
•
edited
Loading
edited
- Implemented OIDC in standalone
} | ||
} | ||
}, [isEndpointPage, error?.code, isAuthorized, isAuthorizing, oAuthLogout, oauthUrl]); | ||
// eslint-disable-next-line react-hooks/exhaustive-deps |
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.
nit: I don't think we need to useCallback
this function imo, it has way much dependencies already and its not that complex 😅
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
…te-p2p-standalone-to-oidc
…te-p2p-standalone-to-oidc
…ameerul-deriv/dp2p-v2 into FEWP-366-migrate-p2p-standalone-to-oidc
Adrienne / Add front channels and safari check
Preview Link: https://FEWP-366-migrate-p2p.p2p-standalone.pages.dev
|
Adrienne / Fix test cases with logout
Adrienne / Fix issue where network error occured in firefox