It would be nice to have the ability to create/log in to accounts via Oauth.
Craig
Facebook/Google Auth
-
Kent Briggs
- Site Admin
- Posts: 6057
- Joined: Wed Mar 19, 2008 8:47 pm
Re: Facebook/Google Auth
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
http://www.briggsoft.com/docs/pmavens/A ... auto_login