Frontend Development

User Login System

Submitted by Infinitynoob, , Thread ID: 182249

Thread Closed

RE: User Login System

TheClingyFox
Novice
Level:
0
Reputation:
4
Posts:
25
Likes:
0
Credits:
3
17-10-2020, 07:55 PM
#2
30-09-2020, 11:51 AM
Infinitynoob Wrote:
Hi,

I'm creating a runescape private server, I'm going to building a website that allows the users to Login in the website. Search the 'store' in order to purchase in-game items.
Although, I'm not quite sure how to construct a login system.
I'm wanting to connect their username and password with the one they use online.

Can anyone shed some light on how you might achieve this?

Thanks!


I'm assuming you already figured this out yourself by now but in case you haven't, can you give more information? I don't know much about runescape, but does your runescape server have a API your website can use to validate players? Additionally you'd want to use JWTs and session tracking to track logged inusers on the site. Personally I like the split token approach but this might be too much work for what you want to do.

Users browsing this thread: 1 Guest(s)