pyramid_jwt is an implementation of JWT for Pyramid where python_jwt is a Python library for JWT. The advantages of using pyramid_jwt is that it integrates JWT with Pyramid's authorization and authentication functionality, meaning less work for you. Depending on what you're trying to do, you could just set and read the headers within a request; there is nothing preventing your from doing that.
On Tue, Feb 2, 2016 at 5:53 AM, Krishnakant <[email protected]> wrote: > Hello all, > I wish to know the difference between python_jwt and pyramid_jwt. > ARe they in any way dependent? > What will be the direct advantage of using pyramid_jwt? > Can I just set the headers and then read it from the request object? > Happy hacking. > Krishnakant. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. > -- Vincent Catalano Software Engineer and Web Developer, (520).603.8944 -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
