Skip to content

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Oct 26, 2022

New Pull Request Checklist

Issue Description

Related issue: #8243
Closes: #8243

Approach

TODOs before merging

  • Add tests
  • Add changes to documentation (guides, repository pages, in-code descriptions)
  • Add security check
  • Add new Parse Error codes to Parse JS SDK
  • A changelog entry is created automatically using the pull request title (do not manually add a changelog entry)

@parse-github-assistant
Copy link

parse-github-assistant bot commented Oct 26, 2022

Thanks for opening this pull request!

  • 🎉 We are excited about your hands-on contribution!

@mtrezza mtrezza mentioned this pull request Oct 26, 2022
4 tasks
Authorization: 'Bearer ' + access_token,
const { hostname, pathname, port, protocol } = new URL(config['auth-server-url']);

if ([hostname, pathname, port, protocol].some(each => !each))
Copy link
Member Author

Choose a reason for hiding this comment

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

The !each looks odd, what do you want to validate here?

@mtrezza
Copy link
Member Author

mtrezza commented Oct 26, 2022

@mohamad-rai see comments above

We also need a test for the auth adapter that shows that the issue is fixed.

@AfarsheziF
Copy link

Keycloak adapter is completely broken. Any news on this?

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.

Keycloak authentication
2 participants