Skip to content

Conversation

@lalwani
Copy link
Collaborator

@lalwani lalwani commented Jun 12, 2024

Cutting the current main into 1.X branch to prepare main for the 2.X

mleroy and others added 30 commits March 7, 2019 18:53
Introduce compatibility with nightly build
fix crash in CustomTabsHelper if connection is null
Remove Travis and migrate to Github Actions
Change how the auth data is published into the config yaml
Fixing Tests Associated With AndroidX
lalwani and others added 30 commits July 15, 2024 13:52
Added prompt parameter for sso authorization
Bumping up the version for next release
Added code challenge method as a query param to UriAssembler
Updated the upload-artifact action version from v2 to v4 as per github guideline https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
changed copyright header
replaced sdk with sdk2 for the authentication package
Switching to use startActivity with flags instead of startActivityForResult
Preparing for next release
Preparing for next release
…out metadata

Modified AuthProvider to allow authentication to continue when Pushed Authorization Request (PAR) fails. Previously, PAR failures would throw an exception and block the entire authentication flow. Now, if PAR fails (due to network errors or server issues), authentication proceeds without user metadata pre-fill, improving user experience and system resilience.

Changes:
- Wrapped PAR request in try-catch to handle errors gracefully
- Return empty PARResponse on failure instead of throwing exception
- Added comprehensive unit tests for PAR error scenarios
- Verified existing tests still pass (regression testing)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Applied spotless formatting to resolve CI check failures:
- Fixed elvis operator chain formatting in AuthActivity.onCreate()
- Added newline at end of gradle.properties

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Handle Push Authorization Request failures gracefully to continue without name or phone
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.

7 participants