flocko-motion / chatgamelab

Educational GPT-Chat based text adventure studio
GNU General Public License v3.0
0 stars 0 forks source link

Option to create Users with Secret Key #7

Closed TausendMedien closed 8 months ago

TausendMedien commented 8 months ago

Right now you can create a user and after entering an API key you can play. In Workshops I need to hand out accounts where I don't want others to be able to copy the API Key.

Therefore, there should be the Option to create users, which can not access the keys which their games use.

flocko-motion commented 8 months ago

This is already implemented - keys are secret once entered by default. The "profile" screen only shows a shortened version of the stored keys - a user can never retrieve it from the site. Users can only delete a key or store a new one.

image

TausendMedien commented 8 months ago

Clever!