Skip to content

fix(android): added support for response mode parameter#1113

Open
thesanjayrathod wants to merge 2 commits intoFormidableLabs:mainfrom
thesanjayrathod:main
Open

fix(android): added support for response mode parameter#1113
thesanjayrathod wants to merge 2 commits intoFormidableLabs:mainfrom
thesanjayrathod:main

Conversation

@thesanjayrathod
Copy link
Copy Markdown

@thesanjayrathod thesanjayrathod commented Apr 9, 2026

Fixes #1112, #917

Description

Handled response_mode parameter in RNAppAuthModule.java

Steps to verify

Using response_mode parameter in authorization request as below, should not result into an error.

const result = await authorize({
  // issuer, clientId, redirectUrl, scopes etc.
  additionalParameters: {
    response_mode: 'query',
  }
});

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

@thesanjayrathod is attempting to deploy a commit to the formidable-labs Team on Vercel.

A member of the Team first needs to authorize it.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 9, 2026

🦋 Changeset detected

Latest commit: 54c9b26

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
react-native-app-auth Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

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.

Error while using response_mode as an additional parameter (Android)

1 participant