🚀 Feature: Autocomplete claims #46

Closed
opened 2025-10-07 23:50:52 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @vanillajonathan on GitHub.

Feature description

When the user adds a new claim the user interface should provide autocompletion for common and standard claims such as middle_name, nickname, and website, etc.

This could be implemented using the <datalist> element.

IANA maintains a list of claims at:
https://www.iana.org/assignments/jwt/jwt.xhtml

Pitch

To make it easier to add claims.

Originally created by @vanillajonathan on GitHub. ### Feature description When the user adds a new claim the user interface should provide autocompletion for common and standard claims such as `middle_name`, `nickname`, and `website`, etc. This could be implemented using the `<datalist>` element. IANA maintains a list of claims at: https://www.iana.org/assignments/jwt/jwt.xhtml ### Pitch To make it easier to add claims.
Author
Owner

@stonith404 commented on GitHub:

Pocket ID already suggests claims that have been added for other users. While the first entry requires typing the claim name manually, which can be slightly less convenient, subsequent users benefit from autocomplete based on existing claims. Because of that I don't really see a big benefit for this, it would just bloat the autocomplete with suggestions, the user might not really need.

@stonith404 commented on GitHub: Pocket ID already suggests claims that have been added for other users. While the first entry requires typing the claim name manually, which can be slightly less convenient, subsequent users benefit from autocomplete based on existing claims. Because of that I don't really see a big benefit for this, it would just bloat the autocomplete with suggestions, the user might not really need.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-1#46