Skip to content

FriendsOfSpatial/FirebaseAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resources

Firebase Auth REST API

Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET and .NET Core

Verify ID tokens using a third-party JWT library

Typical Auth Flow

  1. The client send a sign in/up request to firebase auth servers.
  2. If sign in/up is successful an ID token is return to the client.
  3. After connecting to SpatialOS, the ID token is sent via command for verification.
  4. If ID token verification is successful the player avatar data is retreived from database using the user ID from the token payload.
  5. Avatar is spawned and play can resume.

About

Firebase Authentication For Unity & JWT Verification.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages