Aug 2, 2023Define Your Own User SchemaWhat information do you want to collect from your users? Maybe you want to find out how they first found out about you. Maybe you want them to agree to your terms of service. Or maybe you just want to know their name so all your marketing emails don’t start with “Hey… friend,” For all the fields yo...
AuthenticationFastAPIFastAPI Authentication GuideFastAPI is a modern web framework for building out APIs using Python. It’s fast, lightweight, and quick to build with, so it’s no wonder that many dev...Jul 20, 2023•5 min read
CodingThe Joy of Pointless ProjectsWhen I was a kid, I learned how to code with QBasic and VB6. One of the first projects I ever had someone else use was... if we are being polite, a pa...Jul 12, 2023•2 min read
Next.jsCoding5 Common Pitfalls with Server Components in Next13 (with examples)The App Router is a new feature in NextJS 13, and it was recently switched to being the recommended option when you create a new NextJS application. T...Jul 6, 2023•10 min read
AuthenticationNext.jsAnnouncing: NextJS 13 SupportWe’re excited to announce the release of our support for Next.js 13, and applications built using App Router! This library provides a simple way to i...Jun 28, 2023•1 min read
Redirecting Users in PropelAuthPropelAuth provides configurable UIs for login, signup, and org management. We host these for you so you can start testing them, even before you’ve wr...Jun 13, 2023•2 min read
ProductAPI Key AuthenticationWe are excited to announce the release of API Key authentication, a powerful feature that adds another way for your users to make requests to your pro...Jun 6, 2023•2 min read
AuthenticationCodingAbra-QR-dabra: Watch Passwordless Mobile Auth Magically AppearA few days ago, a post on hacker news caught my eye, where folks were playing around with and linking to various QR Code designers. This got me to thi...Jun 1, 2023•4 min read
ReactCodingUsing useMutation to make an advanced toggle in ReactRecently, we were adding some new functionality to our dashboard, and we wanted an experience like this: The basic features are: * The toggle shoul...May 24, 2023•5 min read
CodingDev Tools to Make Debugging EasierThroughout my career, I’ve found that debugging is one of the most valuable skills a developer can have. This can range from debugging small issues li...May 23, 2023•5 min read