Forum QuickConnect All QuickConnect Actions Don't need Connection Id?

Discussion and help relating to PlayerIO's QuickConnect feature, including Facebook Connect and Kongregate Connect.

All QuickConnect Actions Don't need Connection Id?

Postby aseemgarg321 » February 28th, 2017, 6:55 am

Hi,

I was trying to set up strict control for my Login process..
I realised that All QuickConnect Actions (including simpleRegister) doesn't need any ConnectionID, hence we cant stop them from happening.

As far as i Understood, The Connection ID plays the role of Controlling what login process to allow and what login process to not allow. In Control Panel, setting(where we configure the connection ids), I can see in dropdown the option to allow simple users or not. But wont it make sense, only when In simpleRegister we shall be passing the connection ID.?


Thanks,
Aseem
aseemgarg321
 
Posts: 104
Joined: March 28th, 2015, 9:54 am

Re: All QuickConnect Actions Don't need Connection Id?

Postby Henrik » February 28th, 2017, 9:12 pm

Use Authenticate to register SimpleUsers, because that method takes a connection id, so you can control which rights the created users have.

https://playerio.com/documentation/serv ... impleusers
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm

Re: All QuickConnect Actions Don't need Connection Id?

Postby aseemgarg321 » March 1st, 2017, 9:32 am

Is there also a setting, where we can Block QuickConnect Functions.. Like SimpleRegister and SimpleConnect for entire game..

Thanks,
Aseem
aseemgarg321
 
Posts: 104
Joined: March 28th, 2015, 9:54 am

Re: All QuickConnect Actions Don't need Connection Id?

Postby Henrik » March 1st, 2017, 9:59 am

If you don't enable SimpleUsers in QuickConnect, and don't create a connection with the authentication type SimpleUsers, noone can register a SimpleUser or connect as one.
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm

Re: All QuickConnect Actions Don't need Connection Id?

Postby aseemgarg321 » March 1st, 2017, 12:57 pm

Awesome great..

Thanks :)
aseemgarg321
 
Posts: 104
Joined: March 28th, 2015, 9:54 am


Return to QuickConnect