Skip to content

fix: Changes facebook auth host to resolve JWT validation issue on version 5.x.x - #9121

Closed
chriscborg wants to merge 2 commits into
parse-community:release-5.x.xfrom
vioside:fix/v5.x.x/issue_9117
Closed

fix: Changes facebook auth host to resolve JWT validation issue on version 5.x.x#9121
chriscborg wants to merge 2 commits into
parse-community:release-5.x.xfrom
vioside:fix/v5.x.x/issue_9117

Conversation

@chriscborg

Copy link
Copy Markdown
Contributor

Pull Request

Issue

Add support for Facebook auth JWT token #9117

Closes: #9117

Approach

A JWT token validation implementation seems to be already in place, however the host needs to be changed from facebook.com to www.facebook.com as suggested by @SebC99, because the old host is returning error 301 which is not followed by the jwt-rsa package.

Tasks

  • Add changes to documentation (guides, repository pages, code comments)

@parse-github-assistant

Copy link
Copy Markdown

Thanks for opening this pull request!

@mtrezza mtrezza left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Parse Server 5 is not maintained anymore, we are not merging any PRs into this branch. Could you open a PR against the alpha branch instead, which is the current working branch?

@mtrezza mtrezza closed this May 8, 2024
@mtrezza

mtrezza commented May 8, 2024

Copy link
Copy Markdown
Member

I've closed this just to avoid confusion, as we already have 2 PRs open for PS 6 and 7, and this PR won't get merged as explained above.

@chriscborg

Copy link
Copy Markdown
Contributor Author

@mtrezza PR #9122 should be against alpha.

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.

2 participants