Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth System for API #3

Open
jisaacstone opened this issue Oct 4, 2020 · 3 comments
Open

Auth System for API #3

jisaacstone opened this issue Oct 4, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@jisaacstone
Copy link
Owner

support open/social auth maybe?

does unity handle this? what about steam &c?

@jisaacstone jisaacstone added the enhancement New feature or request label Oct 4, 2020
@jankronquist
Copy link
Collaborator

In my game Gravity Force 20 we didn't do social login in game. I think the reason was related to mobile, probably some weird apple rules. I'm not sure about the rules for Steam. Technically there shouldn't be a problem.

However, I am proud of the sign-up flow we implemented for our game. The servers are a bit unstable so you might need to reload, but when the flow works its really smooth. Try it https://account.gravityforce20.com/signup

The thing I like about this flow (which I haven't seen anywhere else) is that you are only entering your password once and you enter it after we have confirmed your email.

@jisaacstone
Copy link
Owner Author

Nice flow. Yeah i like it. (I like the colors too)

Maybe in addition we can add the ability to play as guest?

@jankronquist
Copy link
Collaborator

Sure.

When I worked at King (Candy Crush etc) they support "guest" players (ie no signup or login) and then later allow the user to signup and still keep scores and progression etc. This was slightly complicated if the user previously had signed up and then two accounts needed to be merged. However, an easier approach is simply not to support that scenario :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants