mirror of
https://github.com/imputnet/cobalt.git
synced 2026-07-17 04:23:36 -05:00
API Password #266
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loudotdigital on GitHub (May 3, 2024).
Describe the feature you'd like to see
Ability to set a password in an environment variable file (e.g., .env) and send it in the headers of API requests
Describe alternatives you've considered
Using API tokens or keys instead of passwords.
Additional context
This feature would allow developers to store a API password securely in an environment variable file and send it in the headers of API requests for authentication. It would provide a simple and straightforward way to protect API access without relying on external authentication providers or platform-specific mechanisms.
@lostdusty commented on GitHub (May 3, 2024):
chatgpt ass issue
@loudotdigital commented on GitHub (May 3, 2024):
please, educate me
@ethrydevelops commented on GitHub (May 11, 2024):
you do realise that the web part.. has to talk to the api, right? and for it to do that, it has to expose the password to the user, right?
and also, why are you even trying to password protect your instance?
@loudotdigital commented on GitHub (May 20, 2024):
the way I see it I can use my instance only to receive API calls, that wont be made via "the web part", and obviously I wanted to password protect it so it doenst have unauthorized calls
@dumbmoron commented on GitHub (May 29, 2025):
this is done now via api keys, just forgot to close this issue