Page MenuHomePhabricator

Modularize temporary token types
ClosedPublic

Authored by epriestley on Mar 16 2016, 12:24 PM.
Tags
None
Referenced Files
F13052294: D15475.id37301.diff
Fri, Apr 19, 8:33 AM
Unknown Object (File)
Thu, Apr 11, 6:53 PM
Unknown Object (File)
Wed, Apr 10, 7:57 PM
Unknown Object (File)
Thu, Mar 28, 3:17 PM
Unknown Object (File)
Thu, Mar 28, 10:36 AM
Unknown Object (File)
Mar 13 2024, 1:09 PM
Unknown Object (File)
Mar 10 2024, 10:15 AM
Unknown Object (File)
Mar 5 2024, 7:05 PM
Subscribers
None

Details

Summary

Ref T10603. For LFS, we need to issue a new type of temporary token.

This makes the temporary token code modular so applications can add new token types without modifying the Auth application.

(I'm moving slowly here because it impacts authentication.)

Test Plan
  • Used bin/auth recover to get a one-time token from the CLI.
  • Used "Forgot your password?" to get a one-time token from the web UI.
  • Followed the web UI token to initiate a password reset, prompting generation of a password token.
  • Viewed these tokens in the web UI:

Screen Shot 2016-03-16 at 5.21.01 AM.png (253×1 px, 36 KB)

  • Revoked a token.

Diff Detail

Repository
rP Phabricator
Branch
lfs1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 11161
Build 13839: Run Core Tests
Build 13838: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Modularize temporary token types.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
epriestley edited edge metadata.
  • Split out some unrelated code for a future diff.
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 16 2016, 2:29 PM
This revision was automatically updated to reflect the committed changes.