Page MenuHomePhabricator

Modularize temporary token types
ClosedPublic

Authored by epriestley on Mar 16 2016, 12:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 18, 1:33 AM
Unknown Object (File)
Wed, Dec 18, 1:33 AM
Unknown Object (File)
Thu, Dec 12, 1:45 AM
Unknown Object (File)
Mon, Dec 2, 5:38 PM
Unknown Object (File)
Oct 27 2024, 7:17 PM
Unknown Object (File)
Oct 23 2024, 5:52 PM
Unknown Object (File)
Oct 23 2024, 4:58 AM
Unknown Object (File)
Oct 21 2024, 11:53 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.