diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-10-30 19:24:00 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-10-30 19:29:03 +0300 |
| commit | c6d55561bf8422301ea7a2d08b9a7c3e30a1440e (patch) | |
| tree | 33fd6b0c1150b67e2f8ba38806a984c3cecccc75 /db.json | |
| parent | e24ba80820bd49af72a9e1702ed635e9b63452d1 (diff) | |
Implement authentication
Diffstat (limited to 'db.json')
| -rw-r--r-- | db.json | 109 |
1 files changed, 32 insertions, 77 deletions
@@ -1,104 +1,59 @@ { "posts": [ { - "id": "5CEDAFAA-4CB9-4BF9-A0B2-EB4DF373B4A3", - "content": "Hello world", - "createdAt": 1635505671, + "content": "hello", + "createdAt": 1635607271, + "likes": 3, + "userPictureUrl": "https://lh3.googleusercontent.com/a-/AOh14Ggi0fsy3DrKGf2CswW96pft9BO3tDskxr0241FmxQ=s96-c", "author": { - "id": "EA8E23FC-8F12-404A-9A68-576FBDF72934", - "name": "George Technoman" + "id": "jans.tuomi@gmail.com", + "name": "Jan Tuomi" }, - "likes": 38 + "id": "1" }, { "content": "asd", - "createdAt": 1635513526, - "likes": 2, - "author": { - "id": "logged-in-user-id", - "name": "Logged in user" - }, - "id": "-_5iRYd" - }, - { - "content": "new post :)))", - "createdAt": 1635513654, - "likes": 1, - "author": { - "id": "logged-in-user-id", - "name": "Logged in user" - }, - "id": "sgiJnlL" - }, - { - "content": "I'll have two number nines", - "createdAt": 1635514095, - "likes": 1, - "author": { - "id": "logged-in-user-id", - "name": "Logged in user" - }, - "id": "g5Vggns" - }, - { - "content": "asdasdasd", - "createdAt": 1635514147, + "createdAt": 1635607657, "likes": 0, + "userPictureUrl": "https://lh3.googleusercontent.com/a-/AOh14Ggi0fsy3DrKGf2CswW96pft9BO3tDskxr0241FmxQ=s96-c", "author": { - "id": "logged-in-user-id", - "name": "Logged in user" + "id": "jans.tuomi@gmail.com", + "name": "Jan Tuomi" }, - "id": "bIZavcS" + "id": "3B9scEm" }, { - "content": "asdasdas", - "createdAt": 1635514155, + "content": "throwaway account here :---))", + "createdAt": 1635610312, "likes": 0, + "userPictureUrl": "https://s.gravatar.com/avatar/ef587429f8bb85b585c901c528cacca9?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fnj.png", "author": { - "id": "logged-in-user-id", - "name": "Logged in user" + "id": "njezhmeteiexjqoviz@pp7rvv.com", + "name": "njezhmeteiexjqoviz@pp7rvv.com" }, - "id": "bsb19RF" + "id": "sKnOARV" }, { - "content": "asdasd", - "createdAt": 1635514207, - "likes": 2, - "author": { - "id": "logged-in-user-id", - "name": "Logged in user" - }, - "id": "miEWafM" - }, - { - "content": "plö lö", - "createdAt": 1635516837, - "likes": 5, - "author": { - "id": "logged-in-user-id", - "name": "Logged in user" - }, - "id": "A44uzWi" - }, - { - "content": "asdasd", - "createdAt": 1635526426, - "likes": 3, + "content": "asd", + "createdAt": 1635610687, + "likes": 0, + "userPictureUrl": "https://s.gravatar.com/avatar/ef587429f8bb85b585c901c528cacca9?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fnj.png", "author": { - "id": "logged-in-user-id", - "name": "Logged in user" + "id": "njezhmeteiexjqoviz@pp7rvv.com", + "name": "njezhmeteiexjqoviz@pp7rvv.com" }, - "id": "_wepGww" + "id": "0nOVGJM" }, { - "content": "pippeli", - "createdAt": 1635526491, - "likes": 1, + "content": "foobar", + "createdAt": 1635610870, + "likes": 0, + "userPictureUrl": "https://lh3.googleusercontent.com/a-/AOh14Ggi0fsy3DrKGf2CswW96pft9BO3tDskxr0241FmxQ=s96-c", "author": { - "id": "logged-in-user-id", - "name": "Logged in user" + "id": "jans.tuomi@gmail.com", + "name": "Jan Tuomi" }, - "id": "E3th4Nq" + "id": "JvXaf8k" } ] }
\ No newline at end of file |
