ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
44 stars 26 forks source link

api key: include reference count for garbage collection of auto-generated api-keys #5875

Open pcrespov opened 1 month ago

pcrespov commented 1 month ago

Some auth tokens are created automatically (e.g. )

We need to enhance the interface of the api_keys plugin in the webserver

Add the possibility of having a round-robin on a set of api-keys

pcrespov commented 1 month ago

NOTE: see upsert in get_or_create. Can add a reference counter there