Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 19, 20204 yr 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!
June 19, 20204 yr Solution 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:
June 19, 20204 yr Yes, I would definitely recommend sticking with OAuth. There are tons of free libraries to facilitate it.
June 21, 20204 yr Author Sounds good! Are there any PHP examples of how to use oAuth? Can't find any tho 😕 Edited June 21, 20204 yr by Ezi2k
June 21, 20204 yr 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
June 21, 20204 yr Author 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
June 22, 20204 yr No - our integration follows the RFCs so you can reference any standard OAuth explanation to understand how it works with our software.