@@ -35,7 +35,7 @@ Post this start making changes to the code they should be reflected and you shou
35
35
36
36
- ``` pip install poetry ```
37
37
- ``` poetry install ```
38
- - ```poetry run python authenticator/app.py``
38
+ - ``` poetry run python authenticator/app.py ```
39
39
40
40
### Current-state:
41
41
In the repo you see signup with google until now. Moving forward we should add the ability to signup with facebook/twitter
@@ -44,16 +44,18 @@ In the repo you see signup with google until now. Moving forward we should add t
44
44
### Google login
45
45
- When user wishes to sign-up
46
46
47
- ![ WhatsApp Image 2021-07-28 at 6 44 16 PM] ( https://user-images.githubusercontent.com/15846947/127329000-12621164-ba6d-4775-bd40-8c9f4395ed59.jpeg )
47
+ ![ 1] ( https://user-images.githubusercontent.com/15846947/130355612-d9974e00-f6c2-4418-916d-907d9064b9b4.png )
48
+
48
49
49
50
- Authorize with gmail/google login
50
- ![ 2 ] ( https://user-images.githubusercontent.com/15846947/127329338-7e20218f-cccb-4059-817a-c27fdce6510d.jpeg )
51
+ ![ 3 ] ( https://user-images.githubusercontent.com/15846947/130355624-3777ce21-7ba2-41b4-9c8c-ef922a4a89ef.png )
51
52
52
- - Acknowledgment that the details are stored
53
- ![ 3] ( https://user-images.githubusercontent.com/15846947/127329361-2b7d2e96-4a13-4245-b0db-1c6ead685195.jpeg )
54
53
55
- - Behaviour post logging out from google/gmail or from the session
56
- cannot show logging out from gmail for personal reasons obviously : D
54
+ - auth-token generated
55
+ ![ 4 ] ( https://user-images.githubusercontent.com/15846947/130355640-57690aa0-199d-4525-90ae-b7ed345dc228.png )
57
56
58
- -![ logout] ( https://user-images.githubusercontent.com/15846947/128707098-0c98a932-0bb9-4a51-ab6d-9d372677dc67.png )
59
- -![ 5] ( https://user-images.githubusercontent.com/15846947/127329414-3f56d681-28b2-47a4-9277-eba437d419d5.jpeg )
57
+ - How auth-requests made and used
58
+
59
+ - Behaviour post logging out from google/gmail or from the session
60
+ ![ 6] ( https://user-images.githubusercontent.com/15846947/130355653-12c2a454-dd82-499f-90a9-18f0297ff8e1.png )
61
+ ![ 7] ( https://user-images.githubusercontent.com/15846947/130355661-36264201-8e34-4979-9e72-932feeb77b0c.png )
0 commit comments