flask-jwt-router icon indicating copy to clipboard operation
flask-jwt-router copied to clipboard

Update docs with token payload instructions

Open joegasewicz opened this issue 5 years ago • 1 comments

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"
}

joegasewicz avatar Nov 28 '19 11:11 joegasewicz

This could be worked in the Readme with #128

joegasewicz avatar Dec 12 '19 01:12 joegasewicz