29 lines
742 B
Markdown
29 lines
742 B
Markdown
<h1 align="center">
|
|
<img src="./assets/logo-512.png" height="150" alt="OUTPOSTS">
|
|
<div style="color: #232848; font-weight: 700;">OIDC-CLIENT-RX</div>
|
|
<div align="center">
|
|
<img src="https://img.shields.io/github/actions/workflow/status/lonelyhentxi/oidc-client-rx/build?branch=main" alt="build-status" />
|
|
<img src="https://img.shields.io/badge/status-work--in--progress-blue" alt="status-badge" />
|
|
</div>
|
|
</h1>
|
|
|
|
<p align="center">ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications.</p>
|
|
|
|
## Quick Start
|
|
|
|
@TODO Add More Detailed Informations
|
|
|
|
```sh
|
|
# or yarn/npm
|
|
pnpm install oidc-client-rx
|
|
```
|
|
|
|
```ts
|
|
import {} from ''
|
|
```
|
|
|
|
|
|
## License
|
|
|
|
[MIT](https://choosealicense.com/licenses/mit/)
|