Replies: 5 comments 3 replies
|
Did you find a neat way to do this? |
0 replies
|
You can try importing postman collection and login using credentials: https://www.postman.com/collections/77398172113023460a76 |
0 replies
|
Hi there, Is there a 'better' way to do it in Insomnia ? |
0 replies
|
You can try below steps for your api testing using postman. it's worked of me. Step 1: Check Session Status
Step 2: Obtain CSRF Token
Step 3: Log In with Credentials
Step 4: Verify Session
Step 5: Log Out
Checkout this video for more clarify :https://asset.cloudinary.com/dugkwrefy/6266f043c7092d1d3856bdad6448fa89 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello everone,
I want to test POST/PUT request to my API endpoints in Postman/Insomnia.
I get it working with JWT using headers
Copy-pasting Cookie object is working, but can I use
session.accessTokenfor API calls?But what if I want to store my sessions in database, what headers should I use? Can I use access Token from session object?
All reactions