An online counter, e.g how many users that are currently active on the hotel.
Of course, this would require some sort of API to be setup for both FR and the retro itself.
Just a thought though, but this could easily be manipulated if it was.
Not even close to being better than Facebook, but glad to see an actual project on here at least.
Keep up the good work! I'll check it out once in a while :)
Sadly it's just PHP :(
I'd recommend https://facebook.github.io/react-native for mobile app development.
Why not just remove that and authenticate by the rank of the already existing session of the user?
Can't figure out why you would have double authentication.
Second of all use prepared statements to prevent SQLi.
I'm coding a React replicate of https://habbo.com using their design.
It'll take some time before this is finished, since I gotta learn some new modules and practices.
#UPDATES
User authentication is almost finished using Passport and JWT.
CSRF protection has been added.
Redis is used to store...