Thursday, November 26, 2020

Talk Python to Me: #292 Pythonic identity (auth in Python ecosystem)

So you're excited about that next app you're about to build. You can visualize the APIs with the smooth scalability taking to the mobile apps. You can see how, finally, this time, you'll get deployment right and it'll be pure continuous delivery out of GitHub with zero downtime. <br/> <br/> What you're probably not dreaming about is writing yet another password reset form and integrating mail capabilities just for this purpose. Or how you'll securely store user accounts the right way this time. <br/> <br/> Don't worry, we got you covered. Our guests, Christos Matskas and John Patrick Dandison are here to cover a bunch of different libraries and techniques we can use for adding identity to our Python applications.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Christos on Twitter</b>: <a href="https://twitter.com/christosmatskas" target="_blank" rel="noopener">@christosmatskas</a><br/> <b>John Patrick Dandison on Twitter</b>: <a href="https://twitter.com/azureandchill" target="_blank" rel="noopener">@azureandchill</a><br/> <br/> <b>shhgit live</b>: <a href="https://www.shhgit.com/" target="_blank" rel="noopener">shhgit.com</a><br/> <b>Twitch channel for Christos and JP</b>: <a href="https://ift.tt/38426JV" target="_blank" rel="noopener">twitch.tv/425show</a><br/> <br/> <b>Passlib & Folding</b>: <a href="https://ift.tt/2JbPdTV" target="_blank" rel="noopener">passlib.readthedocs.io</a><br/> <b>Microsoft Authentication Library</b>: <a href="https://ift.tt/2QOb2eh" target="_blank" rel="noopener">github.com/AzureAD</a><br/> <b>authlib - JavaScript Object Signing and Encryption draft implementation</b>: <a href="https://ift.tt/2zdKafE" target="_blank" rel="noopener">github.com</a><br/> <b>django-allauth - Authentication app for Django that "just works"</b>: <a href="https://ift.tt/1iwbRk0" target="_blank" rel="noopener">github.com</a><br/> <b>django-oauth-toolkit - OAuth 2 goodies for Django</b>: <a href="https://ift.tt/1lGCxjh" target="_blank" rel="noopener">github.com</a><br/> <b>python-oauth2 - A fully tested, abstract interface to creating OAuth clients and servers</b>: <a href="https://ift.tt/1EfKpDH" target="_blank" rel="noopener">github.com</a><br/> <b>python-social-auth - An easy-to-setup social authentication mechanism</b>: <a href="https://ift.tt/XKBkuJ" target="_blank" rel="noopener">github.com</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/2PVc9qH Python Training</a><br> <a href='https://ift.tt/34qNZMT>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...