tribou / react-template

Build a server-rendered React app and share code across web, React Native, and Electron
Apache License 2.0
4 stars 9 forks source link

Add Chrome Credential Management API example #90

Open tribou opened 6 years ago

tribou commented 6 years ago

If a user is browsing our app using Google Chrome, accessing the Credential Management API to at least start the auth process by getting an email could be a good improvement in UX. See Zillow and Starbucks online apps for reference...

We should implement an example of any best practices available from this API.

ref: https://developers.google.com/web/fundamentals/security/credential-management/