The Gildsmith Profile Client is a dynamic frontend application designed to interface seamlessly with the Gildsmith Profile API. It facilitates effortless integration into web applications, offering a ready-to-use user registration and login interface.
This package is included as part of the
gildsmith/gildsmith
package.
To install the Profile Client separately, run the following command:
npm i @gildsmith/profile-web
To integrate the Gildsmith Profile Client into your project, you need to first ensure the Gildsmith Profile API is installed:
composer require gildsmith/profile-api
We welcome contributions from everyone! If you have suggestions for how we could
improve, or if you've found an issue and would like to report a bug, please contribute
to the main repository at gildsmith/gildsmith
rather than this one. This helps us keep our efforts focused and organized.
The documentation here focuses exclusively on what this package does in isolation
from other packages. For the most comprehensive and up-to-date information on using
the Gildsmith platform as a whole, please refer to the main documentation at
gildsmith/gildsmith
.
Please note that Gildsmith is currently in the Alpha stage of development. As such, the core packages are still under active development and may not be fully functional. We recommend waiting for the first stable release before using this API in a production environment.