nighthawkcoders / student

MIT License
1 stars 163 forks source link

Spot Check #1 #115

Open Ishraqh1 opened 5 months ago

Ishraqh1 commented 5 months ago

postman with /authentication screen

Show /authenticate endpoint code in Visual Studio Code

Screenshot 2024-02-05 at 1 16 06 PM

Show and Demo /authenticate in Postman… Demo calling to endpoint Show JSON data passed in call Show Response window

Screenshot 2024-02-05 at 1 17 28 PM

Show Cookie acquired window

Screenshot 2024-02-05 at 1 18 27 PM

Cut/Copy/Paste Cookie into jwt.io and show decrypting payload postman with /api screen to access data under authentication

Screenshot 2024-02-05 at 1 21 44 PM

Show /api CRUD code in Visual Studio Code, expecting READ/GET code

Screenshot 2024-02-05 at 1 22 34 PM

Demo calling to endpoint that requires Cookie Show Response/Data

Screenshot 2024-02-05 at 1 26 31 PM

Demo Deleting cookie

Screenshot 2024-02-05 at 1 26 49 PM

Demo calling endpoint again Show Response/Failure

Screenshot 2024-02-05 at 1 27 00 PM