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

fix(authentication): sign-in with oauth provider failed #538

Merged
merged 4 commits into from
Jan 10, 2024

Conversation

arstrasser
Copy link
Contributor

@arstrasser arstrasser commented Jan 5, 2024

Very simple change to fix swapped link and signIn functions for oauth flow sign in.

Close #524

Issue:
Microsoft (and presumably other OAuth based sign in methods) were failing on iOS with a "No user signed in" error.
Swapping these functions as their names intend resolves the issue.

Pull request checklist

Please check if your PR fulfills the following requirements:

  • The changes have been tested successfully.
  • A changeset has been created (npm run changeset).
  • I have read and followed the pull request guidelines.

Fix swapped "link" and "signIn" methods for oauth
Copy link
Member

@robingenz robingenz left a comment

Choose a reason for hiding this comment

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

Thank you! Please create the missing changeset: npm run changeset

@robingenz robingenz added bug/fix Something isn't working platform: ios iOS platform package: authentication labels Jan 6, 2024
@robingenz robingenz changed the title Update OAuthProviderHandler.swift fix(authentication): sign-in with oauth provider failed Jan 6, 2024
@robingenz robingenz added this to the v5.4.0 milestone Jan 6, 2024
@arstrasser
Copy link
Contributor Author

Changeset created!

.changeset/fifty-eels-notice.md Outdated Show resolved Hide resolved
.changeset/fifty-eels-notice.md Outdated Show resolved Hide resolved
@robingenz robingenz merged commit f18c6f0 into capawesome-team:main Jan 10, 2024
2 checks passed
@robingenz
Copy link
Member

@arstrasser Thank you for your contribution!

@github-actions github-actions bot mentioned this pull request Jan 10, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug/fix Something isn't working package: authentication platform: ios iOS platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(authentication): No user is signed in
2 participants