We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
If needed to be exposed publicly we need authentication to ensure only Koala authorized personnel can access the API
OAUTH2 token generation with client credentials (suggestion)
Users/hashed passwords to be stored in database
some endpoints to be secured, some to be exposed
aiohttp likely has support for this already
The text was updated successfully, but these errors were encountered:
MikaCrny
No branches or pull requests
What Koala extension does this refer to (if applicable)
No response
Is your feature request related to a problem? Please describe.
If needed to be exposed publicly we need authentication to ensure only Koala authorized personnel can access the API
Describe the solution you'd like
OAUTH2 token generation with client credentials (suggestion)
Users/hashed passwords to be stored in database
some endpoints to be secured, some to be exposed
Describe alternatives you've considered
aiohttp likely has support for this already
Additional context
No response
The text was updated successfully, but these errors were encountered: