Custom User Flairs #49

Open
opened 2025-05-11 18:36:45 +00:00 by kirsle · 0 comments
Owner

Currently, BareRTC has one option for a server-side "user flair": VIP users, where they can be given a custom icon on the Who List and flair text on their profile card.

An enhancement to this could be make the flares more configurable (from your website's side), either by:

  • Adding custom claims to the JWT token when users log into chat.
  • Or a server-side settings.toml map of flairs with names, which the JWT token carries the name of which flair to use.

Fields that a flair needs are:

  • Icon class (FontAwesome icons + text colors, e.g. fa fa-ghost has-text-private
  • Name (to show with the icon on their profile card)
Currently, BareRTC has one option for a server-side "user flair": VIP users, where they can be given a custom icon on the Who List and flair text on their profile card. An enhancement to this could be make the flares more configurable (from your website's side), either by: * Adding custom claims to the JWT token when users log into chat. * Or a server-side settings.toml map of flairs with names, which the JWT token carries the name of which flair to use. Fields that a flair needs are: * Icon class (FontAwesome icons + text colors, e.g. `fa fa-ghost has-text-private` * Name (to show with the icon on their profile card)
kirsle added the
enhancement
label 2025-05-11 18:36:45 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: apps/BareRTC#49
No description provided.