Authlite widgets offers easy user interface to get started with Authlite authentication and authorization provider. Users can easily customize components globally or locally, following a lightweight CSS framework aligned with HTML standards. It also provides multiple themes.
This project is developed and tested with the following versions:
- Node.js: v20.0.0 or higher
- npm: v10.0.0 or higher
- None
- Clone the repository:
git clone https://github.com/ioak-io/authlite-form-widgets.git
- Navigate to the project directory:
cd authlite-form-widgets
- Install dependencies:
npm install
- Run the development server:
npm run storybook
- Open your browser and go to
http://localhost:6006
to view the app.
Access the interactive playground https://authlite-widgets.ioak.io
The dependencies in this project are regularly reviewed and updated. The last check for updated versions was performed on 29th Dec 2022.
To check for updates and update the dependencies, run the following command: npm outdated
This project is licensed under the MIT License.
The MIT License is a permissive open-source license that allows you to use, modify, and distribute the code, even for commercial purposes, provided you include the original copyright notice and the disclaimer of warranty.
For more information, see the MIT License file.