openid / OpenYOLO-Web

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

Add explicit rendering modes #2

Closed iainmcgin closed 7 years ago

iainmcgin commented 7 years ago

A client can choose how the provider should render, and this choice is communicated as a request parameter to the provider. If no explicit choice is made, the default is 'bottomSheet' for mobile and 'navPopout' for larger screens. This is demonstrated through the test app and demo provider.

iainmcgin commented 7 years ago

PTAL