Jan 13, 2023Authentication for Cloudflare WorkersWe are thrilled to announce the release of @propelauth/cloudflare-worker - a Javascript/Typescript library that makes it easy to add authentication and authorization to your Cloudflare Workers. With this, you can write code as simple as: export default { async fetch(request: Request, env: Env,...
CodingRustClean Code with Rust & AxumOne of my favorite parts of the book Clean Code was seeing a code snippet that starts off gross and unmanageable and watching it iteratively improve. ...Dec 12, 2022•6 min read
ProductRustRust Authentication with PropelAuthWe are incredibly excited to release the propelauth crate, which you can use to add authentication and authorization to your Rust backend. We have su...Dec 6, 2022•1 min read
GuideB2BReact Hooks for Multi-Tenancy and Authorization w/ PropelAuthSay you built a SaaS application for restaurants to track information about their orders. There are multiple people at the restaurants who need access...Dec 1, 2022•6 min read
FounderNot Another Cold Email: How to successfully ask for product feedbackIt takes a village to raise a child start a company. Whether you’re looking for user testimonials, searching for beta testers, or trying to expand yo...Nov 30, 2022•2 min read
AuthenticationRBACRoles and Permissions in Plain EnglishLet’s say you build newspaper websites for local newspapers. Your simplest product is a newspaper website where everyone can post articles and everyon...Nov 28, 2022•5 min read
FounderShould You Turn Your Side Project Into a Business?Say you’ve been building an app as a side project over the past year. Maybe it started out as a hobby to take your mind off of your day job or perhaps...Nov 21, 2022•3 min read
RBACProductAdding Customizable Roles and Permissions to PropelAuthWe’re happy to share the latest update to PropelAuth—adding more customizability to role based access control (RBAC), so you can have full control ove...Nov 17, 2022•2 min read
FounderThe Startup Founder’s Gift GuideBeing a founder isn’t easy, but it doesn’t have to be all hard work and no play. Whether they’re still crafting their mission statement or about to st...Nov 16, 2022•2 min read
ProductShould You Disable Public Signups?By manually onboarding your users, you can invite selected users while keeping your product private to the greater public. In this blog we’ll highligh...Nov 2, 2022•2 min read