Replies: 5 comments 2 replies
-
Did you find a neat way to do this? |
Beta Was this translation helpful? Give feedback.
-
You can try importing postman collection and login using credentials: https://www.postman.com/collections/77398172113023460a76 |
Beta Was this translation helpful? Give feedback.
-
Hi there, Is there a 'better' way to do it in Insomnia ? |
Beta Was this translation helpful? Give feedback.
-
What I did was create a |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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.accessToken
for 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?
Beta Was this translation helpful? Give feedback.
All reactions