Auth makeover I guess - #7
Open
KallMeMoh wants to merge 15 commits into
Open
Conversation
kipteamm
reviewed
Aug 23, 2026
kipteamm
left a comment
Member
There was a problem hiding this comment.
I can approve changes and you do the feature on another branch, or you do it on this one. eitherway fine by me
Member
There was a problem hiding this comment.
Once they request to send a new one, it should be on cooldown for 1 minute before being able to retrigger. this may be a client-side cooldown because there is an actual backend ratelimit. smartasses 'bypassing' the clientside cooldown will just be ratelimited. we'd do it to improve regular user experience
kipteamm
approved these changes
Aug 23, 2026
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.
Adds session provider for client components (might remove it icl)
Adds onboarding page (not tested)
Adds check inbox page
Adds activation route
Adds activation request page
Makes registration and login share a layout for now, old registration was hard to look at
Note: some parts don't fully work due to API inconsistency with the docs.