Page 1 of 1

Facebook/Google Auth

Posted: Sun Feb 02, 2020 1:55 pm
by cshrimpt
It would be nice to have the ability to create/log in to accounts via Oauth.

Craig

Re: Facebook/Google Auth

Posted: Sun Feb 02, 2020 3:24 pm
by Kent Briggs
You can turn off the internal login system and handle all logins on your own web site. Then generate a session key via the API to securely connect the player to the client. Examples:

http://www.briggsoft.com/docs/pmavens/A ... auto_login

Re: Facebook/Google Auth

Posted: Sun Feb 02, 2020 4:42 pm
by cshrimpt
Awesome. Thanks!