• 
      

    Improve the note field for GitHub auth tokens.

    Review Request #5687 — Created April 9, 2014 and submitted

    Information

    Review Board
    release-1.7.x
    6cb25eb...

    Reviewers

    When registering GitHub auth tokens, we send a note indicating what the
    token is for. This was always hard-coded, making it hard to
    differentiate tokens.

    It also seems as if recently, GitHub started colliding tokens with the
    same note.

    To fix this, we now include part of the URL in the note, and also a
    UUID. This should help prevent any future collisions.

    Reset tokens and saw the new note field.

    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-1.7.x (e35830c)