flask-jwt-router
flask-jwt-router copied to clipboard
Update docs with token payload instructions
The Readme, Docs & blog should detail instructions for the expected Authorization string passed to the request headers, specifically the Bearer
prefix:
{
"Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbnRpdHlfdHlwZSI6InVzZXJzIiwiaWQiOjYsImV4cCI6MTU3NzUyOTg3Mn0.5yR9WXhvuDGubaN9YW5JkugsrB7Xf_JYSQcXlDFwdFY"
}
This could be worked in the Readme with #128