trending

18d ago

We removed passwords from our signup flow entirely. Here's what actually changed

One of the teams using MonoCloud made a decision most founders are too nervous to make: they turned off passwords completely.

no fallback, no 'or create a password instead.' passkeys by default, magic link as the backup, done.

here's what actually changed after they did it.

28d ago

How do you decide what your AI agent is NOT allowed to do?

most of the conversation around AI agents is about what they can do. faster, smarter, more autonomous. but i've been thinking about the other side of that question.

when you're building with agents, at some point you have to draw a line. this agent can read but not write. it can suggest but not send. it can book but not pay. somewhere, someone made that call.

MonoCloud for Startups - One identity layer for your customers, APIs, and agents

MonoCloud is one identity layer for your customers, your APIs, and your agents. Most tools stop at a login box. We go past login into authorization and accountability: decide exactly what every user, service, and AI agent can access, prove what it did, and revoke it in an instant. Fine-grained Cedar authorization, passkeys and SSO, API protection, M2M, and mTLS with certificate-bound trust, all on one platform. Startups get the full platform free for one year.

24d ago

Your JWT is valid for an hour. Someone steals it at minute 2. What happens?

most auth setups issue a JWT and move on. the token is valid, the user is in, done.

but here's the scenario nobody wants to think about: the token gets stolen. maybe a compromised device, a leaked log, a man-in-the-middle on an untrusted network. doesn't matter how. it's out there now.

and it's valid for another 58 minutes.

1mo ago

AI agents need identity. why isn't it default?

you want your AI agent to work without friction. you also want your platform to be secure. but here's the thing, those two goals are in direct conflict the moment a non-human actor shows up at your door.

most platforms weren't designed with agents in mind. so when an agent tries to access something, it either borrows a human's credentials which gives it too much, or gets blocked entirely which defeats the purpose.