mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🚀 Feature: Autocomplete claims #46
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 @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, andwebsite, 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.
@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.