🚀 Feature: Phone number in user attributes #526

Closed
opened 2026-02-04 20:21:46 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @warnspread on GitHub (Oct 31, 2025).

Feature description

Hey there,

at first, thank you for the awesome product. From the OpenID specification it seems like the attribute "phone_number" is supported. It would be great to have this field upon user registration, within the user management in the admin console and of course in the claims.

Pitch

I'd like to setup a system where users meet on outages such as M365 is offline or the Crowdstrike incident last year. PocketID seems perfect for the login since such a system might not be used in 3 years, and like that users can't forget their password. Since those outages may include email systems, it would be great to have an alternative contact path for the users to request a login, therefore i would need their phone numbers within PocketID rather than managing them in the emergency system which might not be running all the time.

Originally created by @warnspread on GitHub (Oct 31, 2025). ### Feature description Hey there, at first, thank you for the awesome product. From the OpenID specification it seems like the attribute "phone_number" is supported. It would be great to have this field upon user registration, within the user management in the admin console and of course in the claims. ### Pitch I'd like to setup a system where users meet on outages such as M365 is offline or the Crowdstrike incident last year. PocketID seems perfect for the login since such a system might not be used in 3 years, and like that users can't forget their password. Since those outages may include email systems, it would be great to have an alternative contact path for the users to request a login, therefore i would need their phone numbers within PocketID rather than managing them in the emergency system which might not be running all the time.
Author
Owner

@stonith404 commented on GitHub (Nov 1, 2025):

Thanks for your suggestion. We don't plan to add the phone number field to the sign up form because this is not used in most cases. We theoretically could add an option in the settings to enable it but such kind of options just clutter the UI.

You have two options though:

  1. As an admin you can add the phone number as a custom claim:
Image
  1. You can build your custom sign up page pretty easily with the Pocket ID API.
@stonith404 commented on GitHub (Nov 1, 2025): Thanks for your suggestion. We don't plan to add the phone number field to the sign up form because this is not used in most cases. We theoretically could add an option in the settings to enable it but such kind of options just clutter the UI. You have two options though: 1. As an admin you can add the phone number as a custom claim: <img width="2908" height="1278" alt="Image" src="https://github.com/user-attachments/assets/47346816-6223-4dc9-bc40-d8f9a642df9e" /> 2. You can build your custom sign up page pretty easily with the [Pocket ID API](https://pocket-id.org/docs/api).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#526