fec26089ed
- Added JWT authentication support with configurable secret and expiration. - Introduced optional API key validation for endpoints. - Implemented tracking of publication downloads by researchers, storing records in a new PublicationDownload model. - Updated export endpoints to conditionally register downloads based on user authentication. - Enhanced researcher search response to indicate if publications were downloaded by the current user. - Updated environment configuration to include new JWT settings.
15 lines
158 B
Plaintext
15 lines
158 B
Plaintext
fastapi
|
|
uvicorn
|
|
sqlalchemy
|
|
psycopg2-binary
|
|
httpx
|
|
pydantic
|
|
python-dotenv
|
|
lxml
|
|
apscheduler
|
|
authlib
|
|
redis
|
|
APScheduler==3.10.4
|
|
requests
|
|
python-jose[cryptography]
|