|
1 | 1 | <p align="center"> |
2 | 2 | <a href="https://openauth.js.org"> |
3 | 3 | <picture> |
4 | | - <source srcset="https://raw.githubusercontent.com/openauthjs/identity/main/logo-dark.svg" media="(prefers-color-scheme: dark)"> |
5 | | - <source srcset="https://raw.githubusercontent.com/openauthjs/identity/main/logo-light.svg" media="(prefers-color-scheme: light)"> |
6 | | - <img src="https://raw.githubusercontent.com/openauthjs/identity/main/logo-light.svg" alt="OpenAuth logo"> |
| 4 | + <source srcset="https://raw.githubusercontent.com/toolbeam/identity/main/logo-dark.svg" media="(prefers-color-scheme: dark)"> |
| 5 | + <source srcset="https://raw.githubusercontent.com/toolbeam/identity/main/logo-light.svg" media="(prefers-color-scheme: light)"> |
| 6 | + <img src="https://raw.githubusercontent.com/toolbeam/identity/main/logo-light.svg" alt="OpenAuth logo"> |
7 | 7 | </picture> |
8 | 8 | </a> |
9 | 9 | </p> |
10 | 10 | <p align="center"> |
11 | 11 | <a href="https://sst.dev/discord"><img alt="Discord" src="https://img.shields.io/discord/983865673656705025?style=flat-square&label=Discord" /></a> |
12 | 12 | <a href="https://www.npmjs.com/package/@openauthjs/openauth"><img alt="npm" src="https://img.shields.io/npm/v/%40openauthjs%2Fcore?style=flat-square" /></a> |
13 | | - <a href="https://github.com/openauthjs/openauth/actions/workflows/release.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/openauthjs/openauth/release.yml?style=flat-square&branch=master" /></a> |
| 13 | + <a href="https://github.com/toolbeam/openauth/actions/workflows/release.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/toolbeam/openauth/release.yml?style=flat-square&branch=master" /></a> |
14 | 14 | </p> |
15 | 15 |
|
16 | 16 | --- |
|
23 | 23 | - **Customizable**: It comes with prebuilt themeable UI that you can customize or opt out of. |
24 | 24 |
|
25 | 25 | <picture> |
26 | | - <source srcset="https://raw.githubusercontent.com/openauthjs/identity/main/assets/themes-dark.png" media="(prefers-color-scheme: dark)"> |
27 | | - <source srcset="https://raw.githubusercontent.com/openauthjs/identity/main/assets/themes-light.png" media="(prefers-color-scheme: dark)"> |
28 | | - <img src="https://raw.githubusercontent.com/openauthjs/identity/main/assets/themes-light.png" alt="OpenAuth themes"> |
| 26 | + <source srcset="https://raw.githubusercontent.com/toolbeam/identity/main/assets/themes-dark.png" media="(prefers-color-scheme: dark)"> |
| 27 | + <source srcset="https://raw.githubusercontent.com/toolbeam/identity/main/assets/themes-light.png" media="(prefers-color-scheme: dark)"> |
| 28 | + <img src="https://raw.githubusercontent.com/toolbeam/identity/main/assets/themes-light.png" alt="OpenAuth themes"> |
29 | 29 | </picture> |
30 | 30 |
|
31 | 31 | ## Quick Start |
32 | 32 |
|
33 | | -If you just want to get started as fast as possible you can jump straight into the [code examples](https://github.com/openauthjs/openauthjs/tree/master/examples) folder and copy paste away. There are also [SST components](https://sst.dev/docs/component/aws/auth) for deploying everything OpenAuth needs. |
| 33 | +If you just want to get started as fast as possible you can jump straight into the [code examples](https://github.com/toolbeam/openauthjs/tree/master/examples) folder and copy paste away. There are also [SST components](https://sst.dev/docs/component/aws/auth) for deploying everything OpenAuth needs. |
34 | 34 |
|
35 | 35 | ## Approach |
36 | 36 |
|
|
0 commit comments