-
Notifications
You must be signed in to change notification settings - Fork 15
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(react): add useSocialLogin hook #837
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
📦 react
Relative to the `@farfetch/blackout-react` package
type: feature
New feature
labels
Aug 4, 2023
jpklzm
force-pushed
the
feat_add-use-social-login-hook
branch
from
August 8, 2023 13:46
c93e1dd
to
e97d6c6
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Aug 8, 2023
paulohfera
approved these changes
Aug 8, 2023
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.
Approved
ruifcnunes
suggested changes
Aug 8, 2023
jpklzm
force-pushed
the
feat_add-use-social-login-hook
branch
from
August 30, 2023 09:11
e97d6c6
to
78b95c6
Compare
github-actions
bot
added
type: feature
New feature
📦 redux
Relative to the `@farfetch/blackout-redux` package
and removed
type: feature
New feature
labels
Aug 30, 2023
jpklzm
force-pushed
the
feat_add-use-social-login-hook
branch
from
August 30, 2023 10:27
78b95c6
to
f01b8c9
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Aug 30, 2023
jpklzm
force-pushed
the
feat_add-use-social-login-hook
branch
from
August 31, 2023 08:49
f01b8c9
to
191b692
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Aug 31, 2023
ruifcnunes
reviewed
Aug 31, 2023
packages/react/src/authentication/hooks/__tests__/useSocialLogin.test.tsx
Outdated
Show resolved
Hide resolved
ruifcnunes
reviewed
Aug 31, 2023
packages/react/src/authentication/hooks/__tests__/useSocialLogin.test.tsx
Show resolved
Hide resolved
ruifcnunes
reviewed
Aug 31, 2023
packages/react/src/authentication/hooks/__tests__/useSocialLogin.test.tsx
Show resolved
Hide resolved
pedro-gbf
reviewed
Sep 5, 2023
pedro-gbf
approved these changes
Sep 5, 2023
jpklzm
force-pushed
the
feat_add-use-social-login-hook
branch
from
September 5, 2023 15:36
191b692
to
396a12b
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Sep 5, 2023
jpklzm
force-pushed
the
feat_add-use-social-login-hook
branch
from
September 5, 2023 15:48
396a12b
to
f841a2f
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Sep 5, 2023
jpklzm
force-pushed
the
feat_add-use-social-login-hook
branch
from
September 6, 2023 12:27
f841a2f
to
083bd01
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Sep 6, 2023
jpklzm
force-pushed
the
feat_add-use-social-login-hook
branch
from
September 7, 2023 08:37
083bd01
to
008c2c8
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Sep 7, 2023
jpklzm
force-pushed
the
feat_add-use-social-login-hook
branch
from
September 7, 2023 10:02
008c2c8
to
373d578
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Sep 7, 2023
ruifcnunes
approved these changes
Sep 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📦 react
Relative to the `@farfetch/blackout-react` package
📦 redux
Relative to the `@farfetch/blackout-redux` package
type: feature
New feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This adds a new hook to handle social authentication
Dependencies
Checklist
Disclaimer
By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement