codemation / easyauth

Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.
https://easyauth.readthedocs.io/en/latest/
MIT License
553 stars 52 forks source link

Failure to generate Test Key on Test Server startup #110

Open drithird opened 2 months ago

drithird commented 2 months ago

When following your instructions to start up a test server using your most recent release the package does not generate the test_key as your quick start suggests.

Here are the two files that I am using to start the server

Screenshot_13

Here is the error that is generated

FileNotFoundError: [Errno 2] No such file or directory: '/my_key-location/test_key.key.key'