flask jwt request 401, prompts header error, so how to write this header?
光阴似箭催人老,日月如移越少年。
Replace Bearer with JWT and try it
Bearer
JWT
This depends on the backend implementation. Some libraries default to Bearer and some default to JWT
Replace
Bearer
withJWT
and try itThis depends on the backend implementation. Some libraries default to
Bearer
and some default toJWT