mrtolkien / fastapi_simple_security

Drop-in API-key based security for FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo error in _security_secret.py

bijonguha opened this issue · comments

 warnings.warn(
     f"ENVIRONMENT VARIABLE 'FASTAPI_SIMPLE_SECURITY_SECRET' NOT FOUND\n"
     f"\tGenerated a single-use secret key for this session:\n"
     f"\t{SECRET=}"

)

commented

Could you be a bit clearer as to what the typo is?