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

Ensure API fails-safe on older browsers #17

Closed iainmcgin closed 6 years ago

iainmcgin commented 7 years ago

OpenYOLO is designed to operate on the latest stable versions of Chrome, Firefox, Safari and Edge. On other browsers, particularly older browsers that do not support promises or crypto.subtle, we must ensure that the api fails-safe rather than causes JS exceptions in the page.

TMSCH commented 6 years ago

Done: #61