Steven Tey

Results 339 comments of Steven Tey

Sorry for the delay – this should be fixed now :)

@max-samusevich sorry for the late response here – to clarify, does this only happen when you [pass URL Parameters to Destination URL](https://dub.co/changelog/pass-url-parameters)?

Will need to figure out a better way to prevent folks from signing up with a throwaway email address and adding scam/phishing links – but not opposed to adding this...

We had email verification via magic link before, but unfortunately folks would sign up with throwaway emails to create spam/phishing links 😅 We do have better spam filters now though...

Note: Add https://github.com/zootools/email-spell-checker for smart email validation

FWIW we just added [Sign In With GitHub](https://dub.co/changelog/sign-in-with-github) – courtesy of @versecafe 🥳 Planning to add email + password sign up soon – stay tuned!

@ItsSVK are there any 3rd party APIs for verifying domains that you would recommend?

Product scope for email + password sign up: 1. Email verification (we'll need this for Google & GitHub sign in as well) 2. Backwards compatibility – some early Dub users...

@skushagra9 next-auth works! @versecafe thinking if there's a 3rd party API, but if not, happy to just have a daily cron that pings [this file](https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf), stores it in a Redis...

Good news everyone – you can now generate QR codes via our REST API! Here are the [docs](https://d.to/qr) for the QR code endpoint. Whenever you create/retrieve a short link on...