Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. Tags
    3. authentication
    Log in to post

    • D

      Removing a anonymous external ID?
      General • authentication • • darren zou  

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • A

      Can I create a chat in Brain Cloud?
      General • unity server authentication chat • • Andrei Baranov  

      2
      0
      Votes
      2
      Posts
      17
      Views

      Y

      I downloaded the BrianCloud plug in for Unreal Engine, I can integrate user authentication, and real-time chat between connected players in a day.
    • A

      Pre Hook for Authenticate Or send Custom content
      Suggestions • authentication prehooks • • Ali Raza  

      4
      0
      Votes
      4
      Posts
      18
      Views

      A

      @JasonL I understand the reason, but please do provide a way to pass custom data to authenticate api so we can use that data to set user displayname or profile picture or soemthing else on post-hook. Without this, we have no choice but to call a seperate call from client (so no beneift of 2 free api inside cloud call)
    • E

      SOLVED [Unity] Authenticated Event ?
      Client APIs • unity authentication • • Eric Welwood  

      2
      0
      Votes
      2
      Posts
      117
      Views

      Paul Winterhalder

      Hmm, actually Eric, authentication only happens when called directly in brainCloud. If you try calling an API and your app isn't authenticated, you'll receive an error - and generally would trigger authentication yourself as part of your error handling. Does that make sense? Paul.