Implementation of JWT bearer token authentication in python using fastapi .
uvicorn main:app --host localhost --port 8000 --reload
Natigate to http://localhost:8000/docs url.
http://localhost:8000/users/token
Username:johndoe
Password: secret
http://localhost:8000/users/me/