Open source social sign in NestJS. NestJS HybridAuth works with various identities providers such as Facebook, Twitter, Google and many more. It use passport authentication under the hood.
NestJS Hybrid Auth is a powerful module designed for developers looking to add social login capabilities to their NestJS applications. Built on top of the well-known Passport authentication library, this dynamic module simplifies the integration of multiple identity providers like Facebook, Google, and Instagram. By streamlining the login and callback workflows, it allows developers to focus more on building their applications rather than handling authentication complexities.
The flexibility of NestJS Hybrid Auth means you can choose to install all identity providers at once or pick and choose based on your application's requirements. With an increasing number of supported providers, this tool stands out for its ease of use and capability to adapt to future needs.
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.