On Wednesday, February 10, 2016 at 10:27:33 AM UTC-5, Krishnakant wrote: > > > Can I have the data be a dictionary inside the payload itself? > I don't want tu use the sub or inside payload. > >
No. If you look at the source, `payload` is a specifically structured managed dictionary that contains bookkeeping information. https://github.com/wichert/pyramid_jwt/blob/master/src/pyramid_jwt/policy.py#L34-L43 -- 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.
