Best library for Magic Links

I’ve seen there are several libraries for this (django-magiclink, django-magic-link, django-sesame, django-magicauth…)

Which one do you recommend? Or which things I should take into account when choosing?

I’m a Django beginner and I’m pretty lost here.

I want to receive payments using Stripe (Stripe Checkout probably) and send a magic link to the buyers so they can access a protected URL in my Django app. I will have several products (several protected URLs).

I don’t need super advanced security or complex features. Just something simple (for me and my users).

Thanks!