Skip to content

Commit a7746bb

Browse files
authored
Added screenshot for the Connect app (#384)
1 parent c2b0e0c commit a7746bb

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

docs/docs/authentication.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,44 +26,65 @@ function RouteComponent() {
2626
### Signup coming from an App (without an existing Geo account)
2727

2828
1. User is opening App (Running App)
29+
![Opening App](../static/img/authentication/main_app.png)
2930
2. Clicks on "Sign in/Sign up with Geo"
3031
- Redirect to Connect
32+
![Sign in/Sign up with Geo](../static/img/authentication/signup_geo.png)
3133
3. Sign up for Connect -> Email + One-time Code
34+
![Email](../static/img/authentication/login_email.png)
35+
![One time code](../static/img/authentication/login_otp.png)
36+
![Sign message](../static/img/authentication/login_sign_message.png)
3237
4. Connect: "Do you authorize this app (App ID, redirect URL)"
3338
- Select spaces
3439
- Click "Authorize" -> Redirect to App
40+
![Authorize](../static/img/authentication/authorize_app.png)
3541
5. You are logged into the app with your account
3642

3743
### Signup coming from an App (with an existing Geo account)
3844

3945
1. User is opening App (Running App)
46+
![Opening App](../static/img/authentication/main_app.png)
4047
2. Clicks on "Sign in/Sign up with Geo"
4148
- Redirect to Connect
49+
![Sign in/Sign up with Geo](../static/img/authentication/signup_geo.png)
4250
3. Login in the connect App -> Email + One-time Code
51+
![Email](../static/img/authentication/login_email.png)
52+
![One time code](../static/img/authentication/login_otp.png)
53+
![Sign message](../static/img/authentication/login_sign_message.png)
4354
4. Connect: "Do you authorize this app (App ID, redirect URL)"
4455
- Select spaces
4556
- Click "Authorize" -> Redirect to App
57+
![Authorize](../static/img/authentication/authorize_app.png)
4658
5. You are logged into the app with your account
4759

4860
### Login coming from an App (user is logged out from app and connect)
4961

5062
1. User is opening App (Running App)
63+
![Opening App](../static/img/authentication/main_app.png)
5164
2. Clicks on "Sign in/Sign up with Geo"
5265
- Redirect to Connect
66+
![Sign in/Sign up with Geo](../static/img/authentication/signup_geo.png)
5367
3. Login in the connect App -> Email + One-time Code
68+
![Email](../static/img/authentication/login_email.png)
69+
![One time code](../static/img/authentication/login_otp.png)
70+
![Sign message](../static/img/authentication/login_sign_message.png)
5471
4. Do you want to login with this app? (App ID, redirect URL)
5572
- Select spaces (optional)
5673
- Click "Authorize" -> Redirect to App
74+
![Authorize](../static/img/authentication/authorize_app.png)
5775
5. You are logged into the app with your account
5876

5977
### Login coming from an App (user is logged out from app and logged in to connect)
6078

6179
1. User is opening App (Running App)
80+
![Opening App](../static/img/authentication/main_app.png)
6281
2. Clicks on "Sign in/Sign up with Geo"
6382
- Redirect to Connect
83+
![Sign in/Sign up with Geo](../static/img/authentication/signup_geo.png)
6484
3. Do you want to login with this app? (App ID, redirect URL)
6585
- Select spaces (optional)
6686
- Click "Authorize" -> Redirect to App
87+
![Authorize](../static/img/authentication/authorize_app.png)
6788
4. You are logged into the app with your account
6889

6990
## Geo Connect API
509 KB
Loading
179 KB
Loading
99.1 KB
Loading
226 KB
Loading
376 KB
Loading
151 KB
Loading

0 commit comments

Comments
 (0)