Skip to content

Commit 3ccbc6c

Browse files
authored
readme updates (#23)
- accidentally merged full readme in previous PR. - please review the whole file.
1 parent 05417c4 commit 3ccbc6c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

siwf-app/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ iOS 15.0 or later, macOS 11.0 or later, and Swift
4141
## 🛠 **Usage For Your App**
4242
When you decide to use the SIWF SDK in your own app, follow the steps below for easy integration:
4343

44-
### **1️⃣ Define an `authRequest`**
45-
- Refer to the Demo App for examples of encoded and non-encoded requests.
44+
### **1️⃣ Define the SIWF Authentication Details**
45+
- Refer to the Demo App for examples of encoded and non-encoded auth requests.
4646
- To create your own, use [Frequency's Signed Request Generator](https://projectlibertylabs.github.io/siwf/v2/docs/Generate.html).
4747

4848
### **2️⃣ Display the SIWF Sign-In Button**
@@ -55,7 +55,6 @@ Use `Siwf.createSignInButton` to create a SIWF Button in your UI:
5555
```
5656

5757
### **3️⃣ Handle Authorization Callbacks**
58-
5958
`OnOpenURL`, use `Siwf.handleRedirectUrl()` to listen for the deep link(`siwfdemoapp://login`) and handle the authorization callback.
6059

6160
```swift

0 commit comments

Comments
 (0)