weixin_39546520 2020-11-30 15:28
浏览 0

implement an immutable user id

Right now we conflate username and user_id together into participant_id. In order to simplify things like fraud detection (#679) and possibly oauth (#455) we should implement an immutable user_id and rename participant_id to username (#287).

该提问来源于开源项目:gratipay/gratipay.com

  • 写回答

6条回答 默认 最新

  • weixin_39546520 2020-11-30 15:28
    关注

    Another place I'm finding that this would be nice is in /%participant_id/public.json, where we link people to accounts elsewhere, and Twitter is nice because we have an immutable id and we can use it to link to a user.

    评论

报告相同问题?