uber / rides-java-sdk

Uber Rides Java SDK (beta)
https://developer.uber.com/docs
MIT License
105 stars 56 forks source link

Added a login pushed authorization request to allow third parties to pass profile hint #48

Closed lalwani closed 1 year ago

lalwani commented 1 year ago

This PR adds the functionality to submit profile values to Uber backend and pre-populate the results during auth. For example, supplying phone number would have the phone number field filled when launching the signup flow. Note, this only works for implicit and auth code login types, not native. OAuth 2.0 PAR Rfc https://datatracker.ietf.org/doc/html/rfc9126

The changes include:

lalwani commented 1 year ago

abandoning in favor of https://github.com/uber/rides-java-sdk/pull/49