mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🚀 Feature: option to register during the "challenge" #629
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @depasseg on GitHub (Jan 27, 2026).
Feature description
You should add the ability to register as a new user during the challenge phase.
Pitch
Currently, if I share an app with someone, they are only presented with the ability to login. They need to know to go to the main Pocket ID page in order to register a new account. This isn't intuitive and makes it confusing for new users. This likely applies only where registrations are open to the public.
It would be helpful if Pocket ID gave the user a link to the registration page during the "challenge".
User -- navigate to --> App -- authn request to --> Pocket ID [Display challenge] [Display registration link]
User -- generate challenge and verify with Passkey --> Pocket ID -- redirect if success --> App (with the id_token, access_token, etc)
User -- click registration link --> Pocket ID -- do rigamaroll of keeping track of original authn request while signing up --> Pocket ID --> see above user flow