-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Hi Maurits! π
I wanted to reach out and let you know that I've recently added official integration documentation for php-crud-api in our open-source Node.js authentication library: awesome-node-auth.
awesome-node-auth is a database-agnostic, enterprise-grade JWT authentication and communication bus for Node.js. It handles all the complex parts of authentication (OAuth, Magic Links, TOTP, Passwordless, SSE, Sessions, etc.), but explicitly doesn't force developers to use any specific ORM or database.
Why the pair is so powerful
Because awesome-node-auth only relies on an IUserStore interface for its database operations, developers can use php-crud-api to act as the entire storage layer using simple fetch requests.
This means developers can now build secure Node.js applications with complex authentication flows, keeping their database safely behind your zero-config REST API, without having to write a single line of SQL or use bulky ORMs.
You can see the full integration guide and the fetch implementation here: π awesome-node-auth Database docs: PHP-CRUD-API
Just wanted to share this cross-ecosystem win with you and thank you for making it possible! Keep up the fantastic work. π