egghead.io
illustration for Integrate IBM Domino with Node.js

Course

Integrate IBM Domino with Node.js

  1. 1
    Course Overview: Integrate IBM Domino with Node.js
    2m 11s
  2. 2
    Identify Authentication Errors from Domino when using a Node.js Express Application
    5m 9s
  3. 3
    Authenticate with IBM Domino via a Node.js Application to Extract a Session Cookie
    7m 42s
  4. 4
    Store an IBM Domino Cookie sent from a Node.js Server in Browser Local Storage
    6m 31s
  5. 5
    Expose IBM Domino User Information as JSON
    2m 18s
  6. 6
    Send IBM Domino User Information via a Node.js Application.
    3m 11s
  7. 7
    Encrypt IBM Domino User Roles Data into a JWT in a Express Application
    2m 34s
  8. 8
    Send JWT Encrypted User Role Data from Client Local Storage to Express Server
    2m 58s
  9. 9
    Decode and Verify JWT Encoded Data in Express
    4m 9s
  10. 10
    Post Data Captured in Client to IBM Domino via Node.js
    7m 12s
  11. 11
    Update and Delete Data in IBM Domino REST API via Node.js
    7m 16s
  12. 12
    Merge and Manipulate IBM Domino Server Side Generated HTML in Express using cheerio
    4m 1s
  13. 13
    Render Domino Data using Handlebars templates in Express
    2m 3s

Decode and Verify JWT Encoded Data in Express

Mark Barton
InstructorMark Barton
  • express
    Express^4.16.3
  • jwt
    JWT
  • node
    Node.js

Share this video with your friends

Send Tweet

This lesson will extract the JWT from the authorisation HTTP header and then decode it with the secret.

It will then check to make sure it contains a specific user role value to determine if a specific route can be called in Express.

Build your Developer Portfolio and climb the engineering career ladder.
  • Search
  • Talks
  • Podcasts
  • Machine
  • Pricing
  • Store
©egghead.io
Terms & Conditions