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
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,8 @@ Scrappy Twitter API is a Go-backend project that is secured by the Magic SDK for
4
4
# Scrappy Twitter API (CLIENT)
5
5
This Next.js app authenticates the user and generates the [Decentralised ID Token (DIDT)](https://docs.magic.link/decentralized-id) required to make POST or DELETE requests with the [Scrappy Twitter API](https://github.com/seemcat/scrappy-twitter-api-server).
6
6
7
-
# Noteworthy Dependencies
7
+
# Noteworthy Package Dependencies:
8
8
-[Magic SDK](https://docs.magic.link/client-sdk/web/get-started): Allows users to sign up or log in.
9
-
-[cookie](https://github.com/jshttp/cookie): Lets us persist the DID token in a httpOnly cookie. httpOnly cookies can only be accessed by the browser so the cookies are not vulnerable to client-side scripting (e.g. JS).
10
9
-[SWR](https://github.com/vercel/swr): Lets us get user info using a hook.
11
10
-[@hapi/iron](https://hapi.dev/module/iron/): Lets us encrypt the login cookie for more security.
12
11
@@ -40,4 +39,4 @@ OR you can follow the steps below to immediately use your DID token on a Live Go
40
39
1. Import the PROD version of the Scrappy Twitter API Postman Collection:
41
40
[](https://god.postman.co/run-collection/595abf685418eeb96401)
42
41
3. Paste the DID token you just copied as a Bearer token into the collection’s HTTP Authorization request header.
43
-
4. Send your requests to the **Live** Scrappy Twitter API! 🎉
42
+
4. Send your requests to the **Live** Scrappy Twitter API! 🎉
0 commit comments