Search Postgresql Archives

Re: Displaying chat by punished users only to themselves (db fiddle attached)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Ron,

On Wed, May 4, 2022 at 4:56 PM Ron <ronljohnsonjr@xxxxxxxxx> wrote:

How do other web sites know to present only "my" data, even though they
don't encode "my" user id in the URL?


that is the usual pattern with OAuth provided by: Facebook, Google, Amazon, Huawei, etc...

After you auth with them in a game like mine, they give you a social network id, which is a string. Noone else gets that str.

And then I (as game dev) use that str to id the user and when the user is visiting my for the 1st time, I give him a numeric id in my game. And an "auth" str generated by my game. Etc... it works ok.

Regards
Alex

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux