Code Monkey home page Code Monkey logo

Comments (2)

samtstern avatar samtstern commented on July 22, 2024

The intended usage of the Credentials API for non-password authentication (Google Sign-In, Facebook Log In, etc) is as a sort of "hint".

Imagine this scenario.

  1. A user gets your app on device A. She is presented with a screen with Facebook, Google, and Twitter login buttons. The user choose Facebook.
  2. Save a Credential to the API that just has the user's name/email and "Facebook" as the account type.
  3. The same user gets a second device (a tablet, for instance) and downloads your app again. To your app this is a brand new user, but the Credentials API will recognize the user and return the Facebook credential. This means you can skip the login screen and pretend that the user hit the Facebook sign-in button since you know that is their preference (or show a screen with just that option, to reduce confusion).

What are the benefits of this?

  1. Users will not have to see your whole login flow on every device.
  2. Users will not forget which identity option they chose, which will make their life easier and make it more likely that you can recognize users across devices.
  3. For providers that support some sort of "silent" sign-in option (like Google) you can get zero-click cross-device sign-in.

from android-credentials.

codingjeremy avatar codingjeremy commented on July 22, 2024

I am closing this issue/PR, as it has been migrated to the new repo linked above in the comments. Thank you!

from android-credentials.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.