code-specialist / fastapi-keycloak

Keycloak integration for Python FastAPI
https://fastapi-keycloak.code-specialist.com/
Apache License 2.0
192 stars 49 forks source link

Move examples from docs to a folder, update docs slightly #68

Closed laxdog closed 1 year ago

laxdog commented 2 years ago

The main reason behind this is so that people can just go into the quickstart example dir and do a docker-compose up -d. Then everything should just work.

I hit a few problems when I was running it for the first time and I think this makes it clearer and quicker.

I also added an example of how to query the users endpoint with a valid token.