📄️ Integrating with AngularJS
This will explain how to integrate OAuth2 authentication into a Angular application using AuthAction with angular-oauth2-oidc library. This step-by-step guide will show you how to configure authentication, handle login and logout, and ensure a seamless user experience.
📄️ Integrating authorization in a ExpressJS API
This will explain how to authorize expressjs APIs using AuthAction. This application demonstrates how to configure and handle authorization using AuthAction’s access token in an ExpressJS API. It uses JSON Web Tokens (JWT) for authentication and authorization by verifying tokens via a JSON Web Key Set (JWKS) from AuthAction.
📄️ Integrating authorization in a NestJS API
This will explain how to configure and handle authorization using AuthAction’s access token in a NestJS API. It uses JSON Web Tokens (JWT) for authentication and authorization.
📄️ Integrating with ReactJS
This will explain how to integrate OAuth2 authentication into a React application using AuthAction with the react-oidc-context library. This step-by-step guide will show you how to configure authentication, handle login and logout, and ensure a seamless user experience.
📄️ Integrating with VanillaJS
This will explain how to integrate AuthAction in Vanilla JavaScript application with the oauth4webapi library.
📄️ Integrating with VueJS
This will explain how to integrate OAuth2 authentication into a Vuejs application using AuthAction with oidc-client-ts library. This step-by-step guide will show you how to configure authentication, handle login and logout, and ensure a seamless user experience.