You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2020. It is now read-only.
The UI will need to facilitate a player's login at some point so that we can obtain a unique ID for the player, which then lets us attach things like a ship name, etc to that player. Suggested integration might be Auth0, which makes it super easy for anyone with an OAuth token in their browser to automatically log in via google, github, Facebook, Twitter, etc.
The UI will need to facilitate a player's login at some point so that we can obtain a unique ID for the player, which then lets us attach things like a ship name, etc to that player. Suggested integration might be
Auth0, which makes it super easy for anyone with an OAuth token in their browser to automatically log in via google, github, Facebook, Twitter, etc.