Skip to content

Commit 9c1ffa2

Browse files
authored
Merge pull request #21 from brionmario/main
docs: update the root workspace readme
2 parents f20e512 + 098601f commit 9c1ffa2

File tree

1 file changed

+46
-2
lines changed

1 file changed

+46
-2
lines changed

README.md

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
1-
# web-ui-sdks
2-
Web SDKs for building customizable login UIs for Asgardeo & WSO2 Identity Server
1+
<p align="center" style="color: #343a40">
2+
<img
3+
src="https://github.com/asgardeo/web-ui-sdks/assets/25959096/ae77b70c-6570-40b1-a723-719abd0f7d02" alt="Asgardeo Logo" height="40" width="auto"
4+
>
5+
<h1 align="center">
6+
Web SDKs
7+
</h1>
8+
</p>
9+
<p align="center" style="font-size: 1.2rem;">
10+
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>
11+
</p>
12+
13+
<div align="center">
14+
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License"></a>
15+
<!-- <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> -->
16+
<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>
17+
18+
<br>
19+
<br>
20+
</div>
21+
22+
<br>
23+
24+
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:
25+
26+
[![Stackoverflow](https://img.shields.io/badge/Ask%20for%20help%20on-Stackoverflow-orange)](https://stackoverflow.com/questions/tagged/wso2is)
27+
[![Join the chat at https://discord.gg/wso2](https://img.shields.io/badge/Join%20us%20on-Discord-%23e01563.svg)](https://discord.gg/wso2)
28+
[![Twitter](https://img.shields.io/twitter/follow/wso2.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=wso2)
29+
30+
## Packages
31+
32+
| Package | Description |
33+
| --- | --- |
34+
| [![@asgardeo/js](https://img.shields.io/npm/v/@asgardeo/js?color=%234B32C3&label=%40asgardeo%2Fjs&logo=javascript)](./packages/core/) | Framework-agnostic JavaScript Core SDK |
35+
| [![@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 |
36+
37+
## Contribute
38+
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.
39+
40+
### Reporting issues
41+
We encourage you to report issues, improvements, and feature requests creating [Github Issues](https://github.com/asgardeo/asgardeo-auth-react-sdk/issues).
42+
43+
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.
44+
45+
## License
46+
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)