Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Ezi2k Posted June 19, 2020 Posted June 19, 2020 Hi guys! I'm currently making a GameMode for one of GTA5 multiplayer platform (RageMP) And i'm trying to make an authorization with the same credentials as on IPS forum. It means that all credentials must be validated & checked on the servers side witch means it must be a C# method of some sort. Is there anyway to create that validation? Or is there other way around it? Thanks in advance!
Solution CoffeeCake Posted June 19, 2020 Solution Posted June 19, 2020 3 hours ago, Ezi2k said: Hi guys! I'm currently making a GameMode for one of GTA5 multiplayer platform (RageMP) And i'm trying to make an authorization with the same credentials as on IPS forum. It means that all credentials must be validated & checked on the servers side witch means it must be a C# method of some sort. Is there anyway to create that validation? Or is there other way around it? Thanks in advance! Have you considered OAuth? Check this guide for a bit more info and context: bfarber 1
bfarber Posted June 19, 2020 Posted June 19, 2020 Yes, I would definitely recommend sticking with OAuth. There are tons of free libraries to facilitate it.
Ezi2k Posted June 21, 2020 Author Posted June 21, 2020 (edited) Sounds good! Are there any PHP examples of how to use oAuth? Can't find any tho 😕 Edited June 21, 2020 by Ezi2k
Eudemon Posted June 21, 2020 Posted June 21, 2020 16 minutes ago, Ezi2k said: Sounds good! Are there any PHP examples of how to use oAuth? Can't find any tho 😕 https://www.php.net/manual/en/book.oauth.php
Ezi2k Posted June 21, 2020 Author Posted June 21, 2020 1 hour ago, Eudemon said: https://www.php.net/manual/en/book.oauth.php I meant more examples of how to use oAuth with IPS
bfarber Posted June 22, 2020 Posted June 22, 2020 No - our integration follows the RFCs so you can reference any standard OAuth explanation to understand how it works with our software.
Recommended Posts