Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 46 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,46 @@
# web-ui-sdks
Web SDKs for building customizable login UIs for Asgardeo & WSO2 Identity Server
<p align="center" style="color: #343a40">
<img
src="https://github.com/asgardeo/web-ui-sdks/assets/25959096/ae77b70c-6570-40b1-a723-719abd0f7d02" alt="Asgardeo Logo" height="40" width="auto"
>
<h1 align="center">
Web SDKs
</h1>
</p>
<p align="center" style="font-size: 1.2rem;">
Web SDKs for building customizable UIs for <a href="https://wso2.com/asgardeo">Asgardeo</a> & <a href="https://wso2.com/identity-server/">WSO2 Identity Server</a>
</p>

<div align="center">
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License"></a>
<!-- <a href="https://github.com/asgardeo/web-ui-sdks/actions/workflows/build.yml"><img src="https://github.com/asgardeo/web-ui-sdks/actions/workflows/build.yml/badge.svg" alt="🐳 Build"></a> -->
<a href="https://github.com/asgardeo/web-ui-sdks/actions/workflows/release.yml"><img src="https://github.com/asgardeo/web-ui-sdks/actions/workflows/release.yml/badge.svg" alt="🚀 Release"></a>

<br>
<br>
</div>

<br>

This repository contains the source code of the different Web SDKs that can be used to build customizable UIs for Asgardeo and WSO2 Identity Server. If you have any questions, please reach out to us through one of the following channels:

[![Stackoverflow](https://img.shields.io/badge/Ask%20for%20help%20on-Stackoverflow-orange)](https://stackoverflow.com/questions/tagged/wso2is)
[![Join the chat at https://discord.gg/wso2](https://img.shields.io/badge/Join%20us%20on-Discord-%23e01563.svg)](https://discord.gg/wso2)
[![Twitter](https://img.shields.io/twitter/follow/wso2.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=wso2)

## Packages

| Package | Description |
| --- | --- |
| [![@asgardeo/js](https://img.shields.io/npm/v/@asgardeo/js?color=%234B32C3&label=%40asgardeo%2Fjs&logo=javascript)](./packages/core/) | Framework-agnostic JavaScript Core SDK |
| [![@asgardeo/react](https://img.shields.io/npm/v/@asgardeo/react?color=%23F7B93E&label=%40asgardeo%2Freact&logo=react)](./packages/react/) | React SDK for building customizable UIs for React applications |

## Contribute
Please read [Contributing to the Code Base](http://wso2.github.io/) for details on our code of conduct, and the process for submitting pull requests to us.

### Reporting issues
We encourage you to report issues, improvements, and feature requests creating [Github Issues](https://github.com/asgardeo/asgardeo-auth-react-sdk/issues).

Important: And please be advised that security issues must be reported to security@wso2com, not as GitHub issues, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.

## License
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.