Jump to content

Featured Replies

Posted

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!

Solved by CoffeeCake

Go to solution
  • 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:

 

Yes, I would definitely recommend sticking with OAuth. There are tons of free libraries to facilitate it.

  • Author

Sounds good!
Are there any PHP examples of how to use oAuth?
Can't find any tho 😕

Edited by Ezi2k

No - our integration follows the RFCs so you can reference any standard OAuth explanation to understand how it works with our software.

Recently Browsing 0

  • No registered users viewing this page.