JWT server to server communication #3 | JSON Web Tokens

preview_player
Показать описание

Learn how to setup a server to server communication with JWTs (JSON Web Token) and the HMAC digital signature algorithm for JSON Web Signature (JWS) tokens.

This is part 3 of this tutorial series in which we implement JWT token verification so we can decide whether a request can pass or should be blocked.

00:00 How to decode JWT tokens
01:10 verifying a JWT token
03:08 JWT token verify options
05:30 making use of token service in middleware
06:10 handling invalid JWT tokens
06:39 attaching token to HTTP request
Рекомендации по теме
Комментарии
Автор

Let me know what you think about this video.
As always, if you have any video suggestions, please let me know

jgoebel
Автор

This is the rarest videos that i was looking for. Thank you so i am following it to implement my first server to server in express

ALICEFELIX
Автор

this is just what I needed, Thank you very much

josearmandovargas