An online test for python and fastapi...
- Add different secret encodings than just SHA and make it possible to select the one you want to use.
- Add a valid /auth endpoint that takes a token and validates it.
- Add a persistent backend for the secrets rather than the current hash stored in memory.
- Finally build and run the container and show you can access it via the /docs endpoint, show all the features above..
- If needed create a docker-compose file if you want to run any other container along with this one.