This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Django FastAPI integration #355
Labels
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
upstream update
This issue or pull request pulls in upstream updates
Implement user login, complete with self server password administration to establish API key for REST endpoint authentication.
Motivation and context
The REST endpoints are needed to share PE Reports data to 3rd party as well as inter agency partners. The api key and associated login management are needed to safely control endpoint usage.
Implementation notes
The user that has a need to consume PE Reports data, would register with the REST system. The user would create a username and password that would create an API key that would then be used to make API calls and return data to the user programmatically. The REST endpoint will work in conjunction with our current Flask application #115.
Related to #355
-Remaining tasks
Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: