More Premium Hugo Themes Premium React Themes

Antdpro Strapi Auth

Implementation of authentication in Ant Design Pro v5 with Strapi API powered by Apollo GraphQL client

Antdpro Strapi Auth

Implementation of authentication in Ant Design Pro v5 with Strapi API powered by Apollo GraphQL client

Author Avatar Theme by kevinadhiguna
Github Stars Github Stars: 5
Last Commit Last Commit: Sep 8, 2022 -
First Commit Created: Dec 18, 2023 -
Antdpro Strapi Auth screenshot

Overview

This article discusses the implementation of authentication in Ant Design Pro v5 with Strapi API powered by Apollo GraphQL client. It provides a guide on how to build and install the necessary dependencies for this implementation.

Features

  • Authentication with Ant Design Pro v5: The article shows how to implement authentication functionality using the Ant Design Pro v5 framework.
  • Integration with Strapi API: The article explains how to integrate the authentication functionality with a Strapi API.
  • Powered by Apollo GraphQL client: The authentication functionality is powered by the Apollo GraphQL client, providing a seamless experience for users.

Installation

To install the theme, follow the steps below:

  1. Install the necessary dependencies by running the command npm install or yarn install.
  2. Customize the provided scripts in the package.json file according to your needs.
  3. Start the project using the provided script or by running the command npm start or yarn start.
  4. Build the project using the provided script or by running the command npm run build or yarn build.
  5. Check the code style using the provided script or by running the command npm run lint or yarn lint.
  6. Optionally, you can use the script to automatically fix some lint errors by running the command npm run lint:fix or yarn lint:fix.
  7. Test the code using the provided script or by running the command npm test or yarn test.

Summary

This article provides a detailed guide on implementing authentication in Ant Design Pro v5 with Strapi API using the Apollo GraphQL client. It covers the installation process and highlights the key features of the implementation. This guide will be helpful for developers looking to add authentication functionality to their Ant Design Pro projects.