-
Notifications
You must be signed in to change notification settings - Fork 284
Simplified postman and created dynamic token #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
|
Hello Glen!, Thank you so much, I was not aware of hat Postman feature, very handy!, Just released a new version with your suggestion (7.1.0). |
DevStar0804
added a commit
to DevStar0804/mernstack
that referenced
this pull request
Dec 7, 2020
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
DevStar0804
added a commit
to DevStar0804/mernstack
that referenced
this pull request
Aug 2, 2021
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
itundret
added a commit
to itundret/node-express-mongodb-jwt-rest-api-skeleton
that referenced
this pull request
Sep 6, 2021
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
rodrigoEhrmantraut
added a commit
to rodrigoEhrmantraut/Node-express-mongodb-skeleton
that referenced
this pull request
Sep 27, 2021
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
takond
added a commit
to takond/node-express-api-template
that referenced
this pull request
Oct 8, 2021
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
elitedev201
added a commit
to elitedev201/JS-JWT-API
that referenced
this pull request
Feb 24, 2022
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
loveagile
added a commit
to loveagile/node-express-restapi
that referenced
this pull request
Nov 30, 2022
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
sailing-dev
added a commit
to sailing-dev/node-express-mongodb-jwt-rest-api-skeleton
that referenced
this pull request
Feb 3, 2023
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
sailingdev
added a commit
to sailingdev/node-express-mongodb-jwt-rest-api-skeleton
that referenced
this pull request
Apr 14, 2023
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
Kula529
pushed a commit
to Kula529/API_basic
that referenced
this pull request
May 21, 2023
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
SuperFullstackDeveloper
pushed a commit
to SuperFullstackDeveloper/rest_api_jwt_mern-
that referenced
this pull request
Jun 3, 2024
… has a test that automatically gets ans sets token. Thank you Glen! ([#92](davellanedam/node-express-mongodb-jwt-rest-api-skeleton#92))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey,
Thanks for making this its saved me a lot of time. I did notice that the Postman setup could be made a little easier by automatically binding the token we get back from login to the environment. I've also added the setup JSON file to the source code so at least then we get version control and can all see what's inside clearly.
Any questions, please let me know.
Many thanks