Ngx Strapi Auth

screenshot of Ngx Strapi Auth
angular
bootstrap
strapi

[WIP] NgxStrapiAuth implements all standard operations like logging in or registering a user for the headless CMS Strapi.

Overview

NgxStrapiAuth is an Angular library designed to simplify the implementation of standard authentication functionalities for the headless CMS Strapi. It provides services, guards, and ready-made components for functionalities such as login, registration, user management, password reset, and authentication. The goal of NgxStrapiAuth is to save developers time by removing the need to manually handle these tasks.

Features

  • Login / Logout: Allows users to log in and log out of the application.
  • Register: Enables new users to register an account.
  • Update User: Allows users to update their profile information.
  • Reset / Request Password Reset: Provides functionality for users to reset their passwords or request a password reset.
  • Authenticating Requests using Interceptor: Intercepts requests and adds authentication headers.
  • Auth Guard / Token Guard: Guards routes based on authentication status or token validity.
  • Ready-to-use Routing Module: Provides pre-configured routes for authentication and user handling.
  • Translation using ngx-translate: Implements multilingualism in the application.
  • Authentication Providers: Supports authentication via Google, GitHub, Microsoft, Facebook, and Twitter.
  • Finished Angular Components: Includes pre-implemented components for login, logout, register, request password, reset password, and user profile.

Summary

NgxStrapiAuth is an Angular library that simplifies the implementation of authentication functionalities for the Strapi CMS. It provides services, guards, and ready-made components for login, registration, user management, password reset, and authentication. The library aims to save developers time by abstracting away the complexities of these tasks and providing a customizable and modular solution. By integrating with Nebular, NgBootstrap, and ngx-translate, NgxStrapiAuth offers a comprehensive solution for implementing authentication in Angular applications using Strapi as the backend.

angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

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.