openid / OpenYOLO-Android

Android protocol for credential exchange and update - "You Only Login Once"
http://openid.net/wg/ac/
Apache License 2.0
115 stars 18 forks source link

Add utility transformer for Hint to Credential #71

Closed dxslly closed 7 years ago

dxslly commented 7 years ago

As seen in iainmcgin@'s representative demo app (PR https://github.com/openid/OpenYOLO-Android/pull/69) when a client is performing an account creation flow they may want to convert the returned hint into a credential. We should offer a convenience transformer for this operation as it appears it this may be a common pattern.

dxslly commented 7 years ago

Added in https://github.com/openid/OpenYOLO-Android/pull/89