Microservices Security with Spring

preview_player
Показать описание
Speaker: Adib Saikali
Рекомендации по теме
Комментарии
Автор

can we have access to the 4 hour version?

grimlek
Автор

+ Concise, to the point and well demoed.
- Video looks like a CamRip. Why not directly stream speaker's screen instead ?

KeyBeginner
Автор

I don't understand. At 38:20 speaker says : "To get the public key that's used to sign my token". Don't we usually sign with a private key and validate signature with a public key?
Also this public key is supposed to be deposit on the microsec-order-service running on port 8085 (see : 33:39) But the speaker finds it on port 8080 (see 38:45). I'm lost. Can anyone explain please?

kanaillaurent
Автор

can anyone tell me the link for the 4-hour version of this?

MsNareshJoshi
Автор

Awesome, it's really informative thank you very much...

mks
Автор

can anyone help me how to implement authentication and authorization between microservices using jwt?

kharika
Автор

where can I get github url of demo app?

vdawork
Автор

Can you please publish slideshare link for this presentation here ?

BiplabNayakIPA
Автор

Thanks for the video. Personal tip: stop tinkering with the camera while the video plays; it's very distracting!

masoiaXL
Автор

Do not ever use JWT, ever period ever.
It's an utterly pointless mechanism which is either utterly insecure or it's just a session identifier wrapped in a butload of crap that isn't needed nor does it provide any security.

DOGMA