PropelAuth Updates: Account linking, async Python and more | PropelAuth

Announcing MCP Authentication: secure your MCP servers with PropelAuth

We have had a couple of exciting releases over the past few weeks. We're excited to share, so let's dive in!

Social Account Linking

Within PropelAuth today, your users can log in via social providers like Google, GitHub, and LinkedIn.

We've made a few big improvements here including:

To enable Social Account Linking, navigate to the Settings tab in your Signup / Login page and enable the Allow users to link social accounts setting.

Async Python Support

We now support async functions for our APIs in Python. This change is backwards compatible and the new async APIs have the same signature as the existing sync ones.

To switch over, just add _async to your init function (e.g. init_auth to init_auth_async) and all the API calls will now be async.

On-Prem Support

We're working on improvements to our current on-prem deployment options. If you're interested in chatting about on-prem PropelAuth (either our existing solution or our roadmap), let us know by emailing support@propelauth.com.

In Case You Missed It...

A few recent releases that are worth mentioning again: