rscarrera27 / Sanic-JWT-Extended

⚡️An open source Sanic extension that provides "extended" JWT support
https://sanic-jwt-extended.seonghyeon.dev
MIT License
35 stars 8 forks source link

How to save token? #35

Open facundopadilla opened 3 years ago

facundopadilla commented 3 years ago

What's up, I create the token without any problem in the login, but when I try to enter "protected" (following the example of the documentation) I get this error: "Missing header \"Authorization\""