Tag: authentication
All the articles with the tag "authentication".
-
OAuth2 and OpenID Connect Authentication in Node.js
Implement OAuth2 and OpenID Connect authentication flows in Node.js applications with multiple providers.
-
Connecting Expo Apps to AWS Amplify Backend
Integrate Expo applications with AWS Amplify for authentication, API, and data storage.
-
Implementing JWT Authentication in Node.js Without Libraries
How to implement JSON Web Token authentication manually in Node.js without external libraries.
-
Building a REST API with Fastify Plugins for Validation and Authentication
Step-by-step guide to build a REST API using Fastify with plugin-based validation and JWT authentication.