feat: implement admin signup flow #73
Merged
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.
Overview
This PR implements the full multi-step Admin Signup Flow, focusing on the flow logic for both email-based registration and wallet-based signup via StarkNet React. The admin signup process is critical for onboarding users with elevated privileges, and this implementation ensures clarity, security, and future extensibility of the registration pipeline.
https://www.loom.com/share/8fd6b23512f744f6bedfc80c983f246c?sid=40f724c8-b022-4da6-ab2f-d7fea90658e4
What’s Included
Admin Signup Flow Landing Screen
Designed and implemented a central onboarding page where users(admins) can choose between:
📧 Email-Based Signup Flow (3 screens)
Wallet-Based Signup Flow (4 screens)
Security Considerations
Design Reference
All screens were built following the design specs provided in Figma.
How to Test
/admin/signuproutecloses #58