Followed Part 1 of the Angular 6 tutorial here https://github.com/techiediaries/angular-express-jwt Documenting the Postman settings here as they were not covered in the tutorial Get the secret access token no settings needed in Authorization tab No settings needed in Headers tab Pass the email and password in the Body tab Results after I hit the "Send" button. Using the secret access token to submit a new record Authorization tab- no settings required Headers tab - need to add in the Authorization key and set value as "Bearer <access token>" Body tab pass in the new record as json Successfully added the record And some settings for ease of copy-and-paste http://localhost:3000/auth/login {"id":2,"username":"Gertrude25","password":"ytoC9PpKFDiJiBf","email":"Molly.Barrows@hotmail.com"} access token Bearer <accesstoken> h...