Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make registration idempotent #649

Merged
merged 9 commits into from
Mar 16, 2016
Merged

Make registration idempotent #649

merged 9 commits into from
Mar 16, 2016

Commits on Mar 16, 2016

  1. Make registration idempotent: if you specify the same session, make i…

    …t give you an access token for the user that was registered on previous uses of that session. Tweak the UI auth layer to not delete sessions when their auth has completed and hence expire themn so they don't hang around until server restart. Allow server-side data to be associated with UI auth sessions.
    dbkr committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    c12b9d7 View commit details
    Browse the repository at this point in the history
  2. pep8 & remove debug logging

    dbkr committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    9979794 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    dbkr committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    ff7d3dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5e9042 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    742b6c6 View commit details
    Browse the repository at this point in the history
  6. Replace other time.time().

    dbkr committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    9671e67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3176aeb View commit details
    Browse the repository at this point in the history
  8. time_msec()

    dbkr committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    3ee7d7d View commit details
    Browse the repository at this point in the history
  9. pep8

    dbkr committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    b58d10a View commit details
    Browse the repository at this point in the history