You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-1
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,42 @@ The Asgardeo strategy is a custom implementation of the [OAuth2Strategy](https:/
27
27
28
28
## How to use
29
29
30
+
### Install the dependency
31
+
32
+
Using NPM:
33
+
34
+
```shell
35
+
npm i @asgardeo/remix-auth-asgardeo
36
+
```
37
+
38
+
Using Yarn:
39
+
40
+
```shell
41
+
yarn add @asgardeo/remix-auth-asgardeo
42
+
```
43
+
44
+
Using PNPM:
45
+
46
+
```shell
47
+
pnpm add @asgardeo/remix-auth-asgardeo
48
+
```
49
+
50
+
Using Bun:
51
+
52
+
```shell
53
+
bun add @asgardeo/remix-auth-asgardeo
54
+
```
55
+
30
56
### Create an Asgardeo organization
31
57
32
58
Head over to [Asgardeo](https://wso2.com/asgardeo) and sign up for an organization.
33
59
34
60
### Register an application
35
61
36
-
Follow the steps on the [Asgardeo documentation](https://wso2.com/asgardeo/docs/guides/applications/register-oidc-web-app/) to create an application and get the client ID, and client secret.
62
+
Follow the steps on the [Asgardeo documentation](https://wso2.com/asgardeo/docs/guides/applications/register-oidc-web-app/) to create an application and get the client ID, and client secret. Provide the following values when required.
0 commit comments