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
I have just upgraded to the new 2.0 auth stack and as I only use pyramid for the base of API calls, all of my authentication is JWT based (much more of the norm now then when I started first using these tokens 7 years ago).
I originally used wiggy's pyramid_jwt repo, but with the new style authstack pyramid has, this really isn't a necessary plugin.
I have quite a simple solution now to using JWT based authentication and security using the pyramid 2.0 auth stack (with no external dependencies other than the core JWT package itself).
I was planning on writing a mini tutorial for the documentation, and then updating the core security page to reference this example.
I just wanted to check if this would be well received before writing it all and it then to get rejected for not fitting documentation guidelines etc.
The text was updated successfully, but these errors were encountered:
I have just upgraded to the new 2.0 auth stack and as I only use pyramid for the base of API calls, all of my authentication is JWT based (much more of the norm now then when I started first using these tokens 7 years ago).
I originally used wiggy's pyramid_jwt repo, but with the new style authstack pyramid has, this really isn't a necessary plugin.
I have quite a simple solution now to using JWT based authentication and security using the pyramid 2.0 auth stack (with no external dependencies other than the core JWT package itself).
I was planning on writing a mini tutorial for the documentation, and then updating the core security page to reference this example.
I just wanted to check if this would be well received before writing it all and it then to get rejected for not fitting documentation guidelines etc.
The text was updated successfully, but these errors were encountered: