How to add third parthy login with Supertokens (Google)
Step by step of how to integrate a google login in your application. Create the credentials in google and integrate everything in your application.
Posts tagged with "python"
Step by step of how to integrate a google login in your application. Create the credentials in google and integrate everything in your application.
How to add pricing with lemonsqueezy, handle the webhooks, automatic redirects and changes to the DB
Writing Logs is a necessary part of every application, though it can also be tedious. This guide shows how to write minimal logs for an MVP to track what is going on in the app
Adding the option to the users to log in can be very simple or very tricky. In this post I'll show the steps to set up supertokens in a react app with fastapi (python) on the backenn. The supertokens instance will be selfhosted in coolify.
How to build an image and deploy it via docker using pyproject.toml and fastapi.
How to set up ruff and uv when working in python projects
UV is much faster and really easy to use, this is why it has gained a lot of adoption this last year. This intro explains briefly how to quickly set up a project with it