Auth: everything - #93
Merged
Merged
Conversation
Closed
RandyJDean
marked this pull request as ready for review
August 26, 2026 20:22
RandyJDean
force-pushed
the
08-26-auth_everything
branch
from
August 26, 2026 21:19
bac9b63 to
6c7258a
Compare
RandyJDean
force-pushed
the
08-26-auth_everything
branch
2 times, most recently
from
August 26, 2026 21:54
895028a to
769f6d1
Compare
spiffyy99
approved these changes
Aug 26, 2026
Graphite Automations"Request reviewers once CI passes" took an action on this PR • (08/26/26)2 reviewers were added to this PR based on Henry Chen's automation. |
RandyJDean
force-pushed
the
08-26-auth_everything
branch
2 times, most recently
from
August 28, 2026 17:08
fde1965 to
f875996
Compare
- TokenGenerator mints 256-bit base64url tokens and stores only SHA-256 hex digests - MagicLinkTokenRepository (JdbcClient, plain SQL): insert plus an atomic consume that returns the email, uniform-empty on every failure mode - Injectable UTC Clock so expiry logic is testable Member lookups go through the member domain's MemberRepo — auth owns no member SQL of its own. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
arklian
approved these changes
Aug 28, 2026
RandyJDean
force-pushed
the
08-26-auth_everything
branch
from
August 28, 2026 17:46
f875996 to
9abfdc2
Compare
|
Contributor
Author
Merge activity
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




hex digests
consume that returns the email, uniform-empty on every failure mode
Member lookups go through the member domain's MemberRepo — auth owns no
member SQL of its own.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com