Skip to content
New issue

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

Add API authentication to the Flask App #19

Open
santanavagner opened this issue Jan 13, 2025 · 0 comments
Open

Add API authentication to the Flask App #19

santanavagner opened this issue Jan 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@santanavagner
Copy link
Member

Description (Actual Behavior)

The current prototype has no authentication mechanism. However, in order to the solution to be adopted and properly deployed, we need to add an API authentication mechanism following the requirements of our open source license.

Expected Behavior

To allow new users to access an endpoint to generate a key and to users to only perform requests using valid authentication keys.

Possible Fix

The following tutorial may provide a good starting point for us: https://blog.teclado.com/api-key-authentication-with-flask/

Steps to Reproduce

NA

Context

API requests.

@santanavagner santanavagner added the enhancement New feature or request label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant