Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit e158284

Browse files
authored
Update README.md
1 parent 9f11252 commit e158284

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ Scrappy Twitter API is a Go-backend project that is secured by the Magic SDK for
44
# Scrappy Twitter API (CLIENT)
55
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).
66

7-
# Noteworthy Dependencies
7+
# Noteworthy Package Dependencies:
88
- [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).
109
- [SWR](https://github.com/vercel/swr): Lets us get user info using a hook.
1110
- [@hapi/iron](https://hapi.dev/module/iron/): Lets us encrypt the login cookie for more security.
1211

@@ -40,4 +39,4 @@ OR you can follow the steps below to immediately use your DID token on a Live Go
4039
1. Import the PROD version of the Scrappy Twitter API Postman Collection:
4140
[![Run in Postman](https://run.pstmn.io/button.svg)](https://god.postman.co/run-collection/595abf685418eeb96401)
4241
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

Comments
 (0)