You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2018. It is now read-only.
This is not support by pyramid_jwtauth currently: it insists that the you use token="...." format. So far I have not found any other implementation that uses that pattern as well, which makes me think that at least pyramid_jwtauth should not require that, and perhaps should not default to requiring it at all.
Not all implementations use key-value pairs for JWT. Multiple implementations and various examples floating around on the web use the token directly:
This is not support by pyramid_jwtauth currently: it insists that the you use
token="...."format. So far I have not found any other implementation that uses that pattern as well, which makes me think that at least pyramid_jwtauth should not require that, and perhaps should not default to requiring it at all.