robobario / gameswap

0 stars 1 forks source link

users can become BoardGameGeek verified #8

Open robobario opened 8 years ago

robobario commented 8 years ago

A user can set his steam id to a token we provide then hit a button. We validate their identity through the BGG api.

https://www.boardgamegeek.com/xmlapi2/user?name=Lindsey

Once verified we mark them as such and could pull in trade rank or other stuff.

robobario commented 8 years ago

TBD: Do we do this work in the back or front end. If we do it in the web server we have to rate limit. If we do it in the worker there will be an unknown amount of time until they get verified since our free worker dyno has to sleep a fair amount.