FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
91 stars 12 forks source link

Add a Copy Button to config labels in the admin panel #2870

Closed Pycnomerus closed 2 months ago

Pycnomerus commented 2 months ago

Add a Copy Button to config labels in the admin panel

Problem

When using the fusionauth Admin pannel for anything as a dev, and trying to copy client secret or client id trough double clicking the lable, the UI always copy an extra character, either a blank space or a newline character.

Solution

have a copy button next to every information field in the admin panel, so that i can trust the secret/id combo I put inside our application.

Alternatives/workarounds

be very careful when copy pasting for extra hidden character at both end of the string, or risk breaking the application login.

mooreds commented 2 months ago

hiya @Pycnomerus ! Thanks for opening this issue.

Is this a duplicate of https://github.com/FusionAuth/fusionauth-issues/issues/684 ?

If so, please close this issue and upvote that one.

If not, please let me know what I'm missing.

Pycnomerus commented 2 months ago

Dup licate of #684