OctoDev Posted March 23, 2015 Share Posted March 23, 2015 Hi,Anyone here know how I can make a login API, that I can send GET Requests (username & password) then it outputs what rank the members are in, perhaps rank id (the numbers)so i can verify wether my members are vip or not, would be good for remote-auth that i can use on tools Link to comment Share on other sites More sharing options...
OctoDev Posted March 23, 2015 Author Share Posted March 23, 2015 I know that XML-RPC USed to exist, but not a shock that this was also removed. Maybe someone here know how to make a own login api? Link to comment Share on other sites More sharing options...
Smallxmac Posted March 23, 2015 Share Posted March 23, 2015 I would also like to know having a programming based forum and what not lol Link to comment Share on other sites More sharing options...
Christopher Bergsten Posted March 24, 2015 Share Posted March 24, 2015 It's all in the database, so you should be able to do this without any fuzz? Link to comment Share on other sites More sharing options...
OctoDev Posted March 24, 2015 Author Share Posted March 24, 2015 It's all in the database, so you should be able to do this without any fuzz? No, would think there are some official ways to do it. Making my own, would set my website in security risk if I don't secure it enough. Link to comment Share on other sites More sharing options...
Christopher Bergsten Posted March 25, 2015 Share Posted March 25, 2015 No, would think there are some official ways to do it. Making my own, would set my website in security risk if I don't secure it enough. This is true, you have to know what you're doing if you would do it that way. Hmm.. Ah well, best of luck! Link to comment Share on other sites More sharing options...
Smallxmac Posted March 25, 2015 Share Posted March 25, 2015 It's all in the database, so you should be able to do this without any fuzz? The way I could see doing it this way is to have a server client type of setup going. With packet encryption and other intensive measures against brute force attacks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.