Search Unity

Question How can a user register with username/email and password?

Discussion in 'Authentication' started by CameronDWills, Jun 23, 2022.

  1. CameronDWills

    CameronDWills

    Joined:
    Feb 26, 2021
    Posts:
    91
    I see users can login anonymously, and they can also login with a platform. Is there a way for someone to register/login with just an email address or username and password without needing to be linked to a platform?
     
    Bootherew and Khanoz like this.
  2. Julian-Unity3D

    Julian-Unity3D

    Unity Technologies

    Joined:
    Apr 28, 2022
    Posts:
    192
    Hello,

    Thank you for raising this question.

    While we are working hard to add additional authentication providers, at the moment we don't provide the ability to login with email and password. However we are aware of this request and we will be adding this feature at a later date.
     
    rbitard and Khanoz like this.
  3. rbitard

    rbitard

    Joined:
    Jan 11, 2022
    Posts:
    197
    That would be nice !
     
  4. Julian-Unity3D

    Julian-Unity3D

    Unity Technologies

    Joined:
    Apr 28, 2022
    Posts:
    192
    Update: we now offer OpenID signin, allowing you as a developer to choose what service you want to use for signin.
    OpenID Connect (unity.com)
     
  5. rbitard

    rbitard

    Joined:
    Jan 11, 2022
    Posts:
    197
    Hey that's nice! it means that we can do our own Google sign in (not google play services like in the documentation), if we follow google documentation ?
     
  6. Julian-Unity3D

    Julian-Unity3D

    Unity Technologies

    Joined:
    Apr 28, 2022
    Posts:
    192
    You could do that but we do have documentation for that here: Google
    And here: Set up a Google sign-in
     
  7. rbitard

    rbitard

    Joined:
    Jan 11, 2022
    Posts:
    197
    Are you sure? It looks like a google play sign in too.
    Will it work for stores that don't use google play services ?