tiki-archive / website-home

An amalgamation of code and projects designed to improve a developer's experience with TIKI
https://mytiki.com
MIT License
9 stars 5 forks source link

Treat auth token as a password field #182

Closed timoguin closed 9 months ago

timoguin commented 9 months ago

Reason

Currently, the auth token is visible when pasting it into the auth screen. I'd like to implement some session recording / replay functionality, but we don't want the token visible in recordings.

Description

Set the auth token input field as a password, so the value is masked when a user pastes it in.

Success Criteria

Additional Information

No response